Skip to content

Commit

Permalink
Disable coverage (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Apr 25, 2023
1 parent 15c297f commit 27c946b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
coverage: false

0 comments on commit 27c946b

Please sign in to comment.