Skip to content

Commit

Permalink
Reject warnings from rust at CI time
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Oct 16, 2024
1 parent d08fa6c commit 9fbaeb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythontest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- name: Build
run: |
python setup.py build_ext -i
env:
RUSTFLAGS: "-D warnings"
- name: codespell
run: |
pip install --upgrade codespell
Expand Down

0 comments on commit 9fbaeb9

Please sign in to comment.