Skip to content

Commit d54f64d

Browse files
authored
Merge pull request #292 from mgeisler/forbid-warnings-in-ci
Forbid warnings when building in CI
2 parents 96a18fc + 80b806f commit d54f64d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
env:
1212
CARGO_TERM_COLOR: always
13+
RUSTFLAGS: -D warnings
1314

1415
jobs:
1516

0 commit comments

Comments
 (0)