Skip to content

Commit

Permalink
Deny warnings in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Feb 10, 2024
1 parent 4a56a05 commit 19fdd84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
check_all_features:
name: Check all the features of the heed project
runs-on: ${{ matrix.os }}
env:
RUSTFLAGS: -D warnings
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand Down

0 comments on commit 19fdd84

Please sign in to comment.