summaryrefslogtreecommitdiff
path: root/ci/test-sbt.sh
blob: f77456f73978c07903a4ee30e6a503d975b71503 (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 scalalib/test scalajslib/test
sbt integration/test
sbt bin/test:assembly