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






                          
            
                   
 
          

              

              
           
                                                                                                      

                                                                        
#!/usr/bin/env bash

set -eux

# Starting from scratch...
git clean -xdf

# Build Mill
ci/publish-local.sh

# Clean up
git clean -xdf

rm -rf ~/.mill

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

~/mill-release -i integration.test "mill.integration.local.CaffeineTests"