We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecea3b commit 878cd24Copy full SHA for 878cd24
.github/workflows/ci.yml
@@ -5,6 +5,9 @@ on:
5
pull_request:
6
schedule: [cron: "40 1 * * *"]
7
8
+env:
9
+ RUSTFLAGS: '-Dwarnings'
10
+
11
jobs:
12
test:
13
name: Rust ${{matrix.rust}}
0 commit comments