Skip to content

Commit

Permalink
ci: set log level to error
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Oct 17, 2024
1 parent a762240 commit 491dcfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ env:
RUST_BACKTRACE: short
# RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
# Set log level in CI to error. If you need more information to debug a CI
# failure, change this temporarily and rerun your tests
RUST_LOG: error

jobs:
diff:
Expand Down

0 comments on commit 491dcfe

Please sign in to comment.