summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 01d1a485..23fab611 100755
--- a/test.sh
+++ b/test.sh
@@ -6,7 +6,7 @@ set -eux
git clean -xdf
# First build & run tests using SBT
-sbt core/test scalalib/test scalajslib/test bin/test:assembly
+sbt core/test scalalib/test scalajslib/test integration/test bin/test:assembly
# Build Mill using SBT
bin/target/mill devAssembly