Skip to content

Commit 86fcb4b

Browse files
committed
Disallow warnings in CI
1 parent 22097c0 commit 86fcb4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: CI
22

3+
env:
4+
CARGO_TERM_VERBOSE: true
5+
RUSTDOCFLAGS: -Dwarnings
6+
RUSTFLAGS: -Dwarnings
7+
38
on:
49
pull_request:
510
push:

0 commit comments

Comments
 (0)