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