Skip to content

Commit

Permalink
Disallow warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Dec 29, 2024
1 parent 1649a9a commit 51363fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: CI

env:
CARGO_TERM_VERBOSE: true
RUSTDOCFLAGS: -Dwarnings
RUSTFLAGS: -Dwarnings

on:
pull_request:
push:
Expand Down

0 comments on commit 51363fa

Please sign in to comment.