Skip to content

Commit 3527cae

Browse files
authored
Add Lean test command to test configurations
1 parent 9e52305 commit 3527cae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workspace/test_configurations.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ var TestConfigurations = map[string]TestConfiguration{
187187
Command: "./gradlew test",
188188
WindowsCommand: "gradlew.bat test",
189189
},
190+
"lean": {
191+
Command: "lake test",
192+
},
190193
"lfe": {
191194
Command: "make test",
192195
},

0 commit comments

Comments
 (0)