Skip to content

Commit

Permalink
Treat warnings as errors in CI
Browse files Browse the repository at this point in the history
This helps avoid accidentally missing a warning.
  • Loading branch information
jturner314 committed Feb 18, 2021
1 parent f7a1277 commit 48b63ee
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 @@ -10,6 +10,7 @@ env:
CARGO_TERM_COLOR: always
HOST: x86_64-unknown-linux-gnu
FEATURES: "test docs"
RUSTFLAGS: "-D warnings"

jobs:
tests:
Expand Down

0 comments on commit 48b63ee

Please sign in to comment.