Skip to content

Commit

Permalink
Merge pull request #101 from mgeisler/forbid-warnings-in-ci
Browse files Browse the repository at this point in the history
Forbid warnings when building in CI
  • Loading branch information
mgeisler authored Feb 13, 2021
2 parents 803c438 + a9bad25 commit a386142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings

jobs:

Expand Down

0 comments on commit a386142

Please sign in to comment.