diff --git a/workspace/test_configurations.go b/workspace/test_configurations.go index 3c989d2c7..85479f30c 100644 --- a/workspace/test_configurations.go +++ b/workspace/test_configurations.go @@ -187,6 +187,9 @@ var TestConfigurations = map[string]TestConfiguration{ Command: "./gradlew test", WindowsCommand: "gradlew.bat test", }, + "lean": { + Command: "lake test", + }, "lfe": { Command: "make test", },