summaryrefslogblamecommitdiff
path: root/ci/test-mill-2.sh
blob: 00480a31ec7e5e447742fe1fdf2fccfe0436cb0e (plain) (tree)
1
2
3
4
5
6
7
8
9






                          
                                                   
           
                                                                           
#!/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}"