Browse Source

ci: remove deny warnings

clippy-fix
Garrit Franke 3 years ago
parent
commit
3a8b355c6f
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -74,11 +74,11 @@ jobs:
directory: ${{ runner.temp }}/llvm
- uses: actions-rs/toolchain@v1
with:
profile: default
profile: minimal
toolchain: stable
override: true
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --all-features -- -D warnings
args: --all-targets --all-features # -- -D warnings <-- Doesn't work yet; TODO

Loading…
Cancel
Save