summaryrefslogtreecommitdiff
path: root/ci/test-sbt-built.sh
blob: 3a85d345dff0bad2f191b2734f8ceb67b5c99686 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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 {clientserver,main,scalalib,scalajslib}.test
target/bin/mill integration.test "mill.integration.local.{AcyclicTests,JawnTests,UpickleTests}"
target/bin/mill dev.assembly