Skip to content

Commit 48b63ee

Browse files
committed
Treat warnings as errors in CI
This helps avoid accidentally missing a warning.
1 parent f7a1277 commit 48b63ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
CARGO_TERM_COLOR: always
1111
HOST: x86_64-unknown-linux-gnu
1212
FEATURES: "test docs"
13+
RUSTFLAGS: "-D warnings"
1314

1415
jobs:
1516
tests:

0 commit comments

Comments
 (0)