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 90d830e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
run: cargo fmt -- --check

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

- name: Test
run: cargo test
run: cargo test --all-features

- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
Expand Down

0 comments on commit 90d830e

Please sign in to comment.