Skip to content

Commit

Permalink
ensure warnings block ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel authored Aug 20, 2024
1 parent 9d10346 commit 309210f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Continuous integration
on: [push, pull_request]

env:
RUSTFLAGS: "-Dwarnings"
RUSTDOCFLAGS: "-Dwarnings"

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 309210f

Please sign in to comment.