summaryrefslogblamecommitdiff
path: root/ci/test-sbt.sh
blob: 8b728916de4a62f04af1d49b61c37d7b00ab6d2d (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.{AmmoniteTests,BetterFilesTests}"
sbt bin/test:assembly