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

set -eux

# Starting from scratch...
git clean -xdf

# Run tests
mill integration.test "mill.integration.local.{AcyclicTests,AmmoniteTests}"