We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5098c41 commit 60dfd30Copy full SHA for 60dfd30
.github/workflows/ci.yml
@@ -5,6 +5,9 @@ on:
5
6
name: Continuous integration
7
8
+env:
9
+ RUSTFLAGS: '--deny warnings'
10
+
11
jobs:
12
ci-linux:
13
runs-on: ubuntu-latest
.github/workflows/test.yml
name: Test Suite
0 commit comments