Skip to content

Commit

Permalink
Yet again, non-parallel tests
Browse files Browse the repository at this point in the history
Reason is the concurrent Java 11 runtime JAR creation of (older) mill.
  • Loading branch information
lefou committed Sep 18, 2021
1 parent fcb45df commit a1855d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- run: .\millw.bat -i -k itest._.prepareOffline
if: matrix.os == 'windows-latest'

- run: ./millw -i -j 0 -k __.testCached
- run: ./millw -i -k __.testCached
if: matrix.os != 'windows-latest'
- run: ./millw.bat -i -j 0 -k __.testCached
- run: ./millw.bat -i -k __.testCached
if: matrix.os == 'windows-latest'

- run: ./millw -i -j 0 -k __.scoverage.xmlReport
Expand Down

0 comments on commit a1855d6

Please sign in to comment.