Skip to content

Commit 51363fa

Browse files
committed
Disallow warnings in CI
1 parent 1649a9a commit 51363fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

+5
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)