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

set -eux

# Starting from scratch...
git clean -xdf

ci/publish-local.sh

git clean -xdf

# Second build & run tests using Mill

~/mill-release integration.test "mill.integration.forked.{AcyclicTests,UpickleTests}"