summaryrefslogtreecommitdiff
path: root/ci/test-mill-2.sh
blob: 134febc1c09c95e682a7fa363842b76eb5080342 (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 contrib.testng.publishLocal # Needed for CaffeineTests
# Run tests
./mill integration.test "mill.integration.local.{AcyclicTests,AmmoniteTests,DocAnnotationsTests}"