We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879c897 commit 04ba536Copy full SHA for 04ba536
.github/workflows/build.yml
@@ -5,6 +5,10 @@ name: Build
5
permissions:
6
contents: read
7
8
+env:
9
+ RUSTFLAGS: -Dwarnings
10
+ RUSTDOCFLAGS: -Dwarnings
11
+
12
jobs:
13
check:
14
name: Check
0 commit comments