Skip to content

Commit

Permalink
Don't deny warnings from nightly clippy
Browse files Browse the repository at this point in the history
Since these can be added at any time.
  • Loading branch information
djc committed Sep 4, 2023
1 parent 7def1d8 commit 342496b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,6 @@ jobs:
with:
components: clippy
- run: cargo clippy --package rustls --all-features --all-targets
- run: cargo clippy --package rustls --no-default-features --all-targets -- --deny warnings
- run: cargo clippy --manifest-path=connect-tests/Cargo.toml --all-features --all-targets -- --deny warnings
- run: cargo clippy --manifest-path=fuzz/Cargo.toml --all-features --all-targets -- --deny warnings
- run: cargo clippy --package rustls --no-default-features --all-targets
- run: cargo clippy --manifest-path=connect-tests/Cargo.toml --all-features --all-targets
- run: cargo clippy --manifest-path=fuzz/Cargo.toml --all-features --all-targets

0 comments on commit 342496b

Please sign in to comment.