Skip to content

Commit

Permalink
try 4: mill syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter-bos committed Apr 7, 2024
1 parent 7b6f052 commit 7bc8f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scalatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Enable VCLLVM compilation
run: touch .include-vcllvm
- name: Compile
run: ./mill -j 0 vercors.allTests.assembly vercors.vcllvm.compile
run: ./mill -j 0 vercors.allTests.assembly + vercors.vcllvm.compile
- name: Upload VerCors
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7bc8f52

Please sign in to comment.