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

set -eux

# Starting from scratch...
git clean -xdf

# Build Mill
ci/publish-local.sh

# Clean up
git clean -xdf

# Run tests
~/mill-release -i integration.test "mill.integration.forked.{AcyclicTests,UpickleTests,PlayJsonTests}"