Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoFantinato authored Sep 9, 2024
1 parent 89c85ce commit 898713d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
run: cargo build --verbose
- name: Run tests and code coverage
run: cargo tarpaulin --engine llvm --follow-exec --post-test-delay 10 --coveralls ${{ secrets.COVERALLS_TOKEN }}
- name: format check
run: cargo fmt -- --check

0 comments on commit 898713d

Please sign in to comment.