summaryrefslogtreecommitdiff
path: root/ci/test2.sh
blob: 2ab4bca27a182f2f024c573879a54d5f2d3d32a1 (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
bin/target/mill core.test
bin/target/mill scalalib.test
bin/target/mill scalajslib.test
bin/target/mill integration.test
bin/target/mill devAssembly