Skip to content

Commit

Permalink
fix: 修复Linux CI报错
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Oct 10, 2024
1 parent 0555cf6 commit 1b55bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: cargo fmt -- --check

- name: Clippy
run: cargo clippy
run: cargo clippy --all-features

- name: Test
run: cargo test
Expand Down

0 comments on commit 1b55bfe

Please sign in to comment.