We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6377c commit 2302a8bCopy full SHA for 2302a8b
1 file changed
.github/workflows/ci.yml
@@ -67,9 +67,6 @@ jobs:
67
restore-keys: |
68
${{ runner.os }}-target-${{ matrix.rust }}-
69
70
- - name: Build
71
- run: cargo build --all-targets --all-features --verbose
72
-
73
- name: Run clippy
74
run: cargo clippy --all-targets --all-features -- -D warnings
75
0 commit comments