Skip to content

Commit 7c09444

Browse files
authored
ci: set RUSTFLAGS=-D warnings to fail on compiler warnings (#58)
Report warnings as errors.
1 parent 55777fc commit 7c09444

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
env:
1111
CARGO_TERM_COLOR: always
12+
RUSTFLAGS: "-D warnings"
1213

1314
jobs:
1415
build-and-test:

0 commit comments

Comments
 (0)