Skip to content

Commit

Permalink
Update code-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmolan authored Jun 16, 2024
1 parent c770b74 commit c6dfcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: RUSTFLAGS="-C instrument-coverage" cargo build --verbose
- name: Run tests std
- name: Run tests
run: cargo clippy --verbose

0 comments on commit c6dfcca

Please sign in to comment.