Skip to content

Commit

Permalink
see if just tests actually pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ggonzalez94 committed Jul 23, 2024
1 parent 79dc562 commit b0f0dd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile

- name: Test
run: cargo test --lib --all --locked

- name: Generate coverage report
# Follow the `test-release`command in the Makefile
# but without release mode to avoid long build times
Expand Down

0 comments on commit b0f0dd7

Please sign in to comment.