summaryrefslogblamecommitdiff
path: root/ci/test-sbt.sh
blob: b54b39e174c2101d33ae19fed222e25879762c97 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                   
                                                     
                                                     
                     
#!/usr/bin/env bash

set -eux

# Starting from scratch...
git clean -xdf

# First build & run tests using SBT
sbt core/test main/test scalalib/test scalajslib/test
sbt "integration/test-only -- mill.integration.local"
sbt bin/test:assembly