summaryrefslogtreecommitdiff
path: root/ci/test-sbt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test-sbt.sh')
-rwxr-xr-xci/test-sbt.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/ci/test-sbt.sh b/ci/test-sbt.sh
deleted file mode 100755
index a57b06e2..00000000
--- a/ci/test-sbt.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env bash
-
-set -eux
-
-# Starting from scratch...
-git clean -xdf
-
-# First build & run tests using SBT
-sbt core/test clientserver/test main/test scalalib/test scalajslib/test
-sbt "integration/test-only -- mill.integration.local.{AmmoniteTests,BetterFilesTests}"
-sbt bin/test:assembly