summaryrefslogtreecommitdiff
path: root/ci/test-mill-2.sh
blob: d5869b935163bbc2d8bca332db60dde53c7bcf0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

set -eux

# Starting from scratch...
git clean -xdf

mill testng.publishLocal # Needed for CaffeineTests
# Run tests
mill integration.test "mill.integration.local.{AcyclicTests,AmmoniteTests,CaffeineTests}"