Skip to content

Commit

Permalink
Enforce no warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Oct 22, 2024
1 parent e5ec5be commit d67a8e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
merge_group:
types: [checks_requested]

# Never tolerate warnings.
env:
RUSTFLAGS: "-Dwarnings"
RUSTDOCFLAGS: "-D warnings"

jobs:
# Depends on all actions that are required for a "successful" CI run.
# Based on the ci here: https://github.com/tokio-rs/tokio/blob/master/.github/workflows/ci.yml
Expand Down

0 comments on commit d67a8e5

Please sign in to comment.