We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb14a61 commit 913e0d9Copy full SHA for 913e0d9
.github/workflows/rust.yml
@@ -1,5 +1,10 @@
1
name: CI
2
3
+env:
4
+ CARGO_TERM_VERBOSE: true
5
+ RUSTDOCFLAGS: -Dwarnings
6
+ RUSTFLAGS: -Dwarnings
7
+
8
on:
9
pull_request:
10
push:
0 commit comments