Skip to content

Commit

Permalink
run nox -s clippy-all against free-threaded build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Oct 23, 2024
1 parent 9a4a9a2 commit c4b24cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ jobs:
cargo llvm-cov clean --workspace --profraw-only
nox -s set-coverage-env
- run: nox -s ffi-check
- run: nox -s clippy-all
- run: nox
- name: Generate coverage report
run: nox -s generate-coverage-report
Expand Down

0 comments on commit c4b24cf

Please sign in to comment.