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 79d93cf5..b54b39e1 100755
--- a/ci/test-sbt.sh
+++ b/ci/test-sbt.sh
@@ -7,5 +7,5 @@ git clean -xdf
# First build & run tests using SBT
sbt core/test main/test scalalib/test scalajslib/test
-sbt integration/test
+sbt "integration/test-only -- mill.integration.local"
sbt bin/test:assembly