summaryrefslogtreecommitdiff
path: root/ci/test2.sh
blob: a3705bc5fc3fdeac11110fe99e8265139f3a4c56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

set -eux

# Starting from scratch...
git clean -xdf


sbt bin/test:assembly
# Run tests using
target/bin/mill core.test
target/bin/mill scalalib.test
target/bin/mill scalajslib.test
target/bin/mill integration.test
target/bin/mill devAssembly