summaryrefslogtreecommitdiff
path: root/ci/test2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test2.sh')
-rwxr-xr-xci/test2.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/ci/test2.sh b/ci/test2.sh
index 2ab4bca2..a3705bc5 100755
--- a/ci/test2.sh
+++ b/ci/test2.sh
@@ -8,8 +8,8 @@ git clean -xdf
sbt bin/test:assembly
# Run tests using
-bin/target/mill core.test
-bin/target/mill scalalib.test
-bin/target/mill scalajslib.test
-bin/target/mill integration.test
-bin/target/mill devAssembly
+target/bin/mill core.test
+target/bin/mill scalalib.test
+target/bin/mill scalajslib.test
+target/bin/mill integration.test
+target/bin/mill devAssembly