summaryrefslogtreecommitdiff
path: root/ci/test-mill-1.sh
blob: 079cb519a786da6e82359b85b6de7a3bc54e8d65 (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 using Mill built using SBT
mill integration.test "mill.integration.local.{JawnTests,BetterFilesTests,UpickleTests}"