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.
2 parents 01dfbb5 + dcec62c commit 1d6b912Copy full SHA for 1d6b912
1 file changed
.github/workflows/rust.yml
@@ -14,17 +14,17 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
-
+
18
- name: Install Rust
19
- uses: dtolnay/rust-toolchain@1.84.1
+ uses: dtolnay/rust-toolchain@1.86
20
with:
21
components: clippy, rustfmt
22
23
- name: Run Clippy
24
- run: cargo clippy -- -D warnings --allow unused_variables
25
+ run: cargo clippy -- -D warnings --allow unused_variables
26
- name: Cargo fmt check
27
run: cargo fmt --check --all
28
29
- name: Run tests
30
- run: cargo test
+ run: cargo test
0 commit comments