Skip to content

Commit

Permalink
Fix tarpaulin call
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Apr 8, 2024
1 parent aa46f50 commit ab08e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- name: Test documentation
run: cargo doc --all --no-deps
- name: Test with code coverage
run: cargo run --release -- tarpaulin --engine llvm --follow-exec --post-test-delay 10 --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }}
run: cargo tarpaulin --release --engine llvm --follow-exec --post-test-delay 10 --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit ab08e29

Please sign in to comment.