We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ccb1d commit 68af509Copy full SHA for 68af509
.github/workflows/main.yml
@@ -66,9 +66,7 @@ jobs:
66
- uses: actions/checkout@v4
67
- run: rustup update stable && rustup default stable
68
- run: rustup component add clippy
69
- # Only check cargo lib for now
70
- # TODO: check every members
71
- - run: cargo clippy -p cargo --lib --no-deps -- -D warnings
+ - run: cargo clippy --workspace --all-targets --no-deps -- -D warnings
72
73
stale-label:
74
runs-on: ubuntu-latest
@@ -110,8 +108,6 @@ jobs:
110
108
CARGO_PROFILE_TEST_DEBUG: 1
111
109
CARGO_INCREMENTAL: 0
112
CARGO_PUBLIC_NETWORK_TESTS: 1
113
- # Deny warnings on CI to avoid warnings getting into the codebase.
114
- RUSTFLAGS: -D warnings
115
strategy:
116
matrix:
117
include:
0 commit comments