We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffd2ed commit 2489a6fCopy full SHA for 2489a6f
.github/workflows/check-rust.yml
@@ -71,9 +71,9 @@ jobs:
71
- name: cargo fmt
72
run: cargo fmt --check --all
73
74
- # runs cargo check --workspace
75
- cargo-check:
76
- name: cargo check
+ # runs cargo clippy --workspace --all-targets --all-features
+ cargo-clippy:
+ name: cargo clippy
77
runs-on: SubtensorCI
78
strategy:
79
matrix:
@@ -117,8 +117,8 @@ jobs:
117
with:
118
key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
119
120
- - name: cargo check --workspace
121
- run: cargo check --workspace
+ - name: cargo clippy --workspace --all-targets --all-features
+ run: cargo clippy --workspace --all-targets --all-features
122
123
# runs cargo test --workspace
124
cargo-test:
0 commit comments