We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c0a18 commit 4539678Copy full SHA for 4539678
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
needs: [test]
54
runs-on: ubuntu-latest
55
env:
56
- RUSTFLAGS: -Cinstrument-coverage -Dwarnings
+ RUSTFLAGS: -Cinstrument-coverage
57
steps:
58
- uses: actions/checkout@v2
59
- uses: Swatinem/rust-cache@v1
0 commit comments