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