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 8be696f commit 342a328Copy full SHA for 342a328
.github/workflows/ci.yml
@@ -51,6 +51,8 @@ jobs:
51
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
52
53
- name: Build
54
+ env:
55
+ RUSTFLAGS: '-D warnings'
56
run: cargo build --all --verbose
57
- name: Tests
58
run: cargo test --all --verbose
0 commit comments