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 1f3bef5 commit 8cd0de9Copy full SHA for 8cd0de9
.github/workflows/rust.yml
@@ -9,7 +9,7 @@
9
# File Created: 2025-03-05 11:10:40
10
#
11
# Modified By: mingcheng ([email protected])
12
-# Last Modified: 2025-03-05 11:12:03
+# Last Modified: 2025-03-05 11:40:19
13
##
14
15
name: Cargo Build & Test
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
- uses: actions/checkout@v4
36
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
37
- - run: cargo clippy -- -D warnings
38
- - run: cargo fmt --all -- --check
+ - run: rustup component add clippy && cargo clippy -- -D warnings
+ - run: rustup component add rustfmt && cargo fmt --all -- --check
39
- run: cargo build --verbose
40
- run: cargo test --verbose
0 commit comments