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 94a0ea6Copy full SHA for 94a0ea6
.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:34:07
13
##
14
15
name: Cargo Build & Test
@@ -34,6 +34,7 @@ jobs:
34
steps:
35
- uses: actions/checkout@v4
36
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
37
+ - run: rustup component add clippy
38
- run: cargo clippy -- -D warnings
39
- run: cargo fmt --all -- --check
40
- run: cargo build --verbose
0 commit comments