summaryrefslogtreecommitdiff
path: root/ci/test-sbt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test-sbt.sh')
-rwxr-xr-xci/test-sbt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test-sbt.sh b/ci/test-sbt.sh
index f77456f7..79d93cf5 100755
--- a/ci/test-sbt.sh
+++ b/ci/test-sbt.sh
@@ -6,6 +6,6 @@ set -eux
git clean -xdf
# First build & run tests using SBT
-sbt core/test scalalib/test scalajslib/test
+sbt core/test main/test scalalib/test scalajslib/test
sbt integration/test
sbt bin/test:assembly