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

set -eux

# Starting from scratch...
git clean -xdf

sbt bin/test:assembly

# Run tests using Mill built using SBT
target/bin/mill --all {core,scalalib,scalajslib,integration}.test devAssembly