summaryrefslogtreecommitdiff
path: root/ci/test-sbt.sh
blob: 8b728916de4a62f04af1d49b61c37d7b00ab6d2d (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

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