Skip to content

Commit

Permalink
Deny warnings on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Dec 30, 2021
1 parent 0dd3d28 commit 7c62357
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
- push
- pull_request

env:
RUSTFLAGS: "-Dwarnings" # Deny warnings on CI

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7c62357

Please sign in to comment.