Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Jan 18, 2025
1 parent 20eef5a commit 54c4ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
env:
SKIP_CORE_TEST: true
run: |
cargo test --package maa-cli --locked
cargo test --package maa-cli --locked \
--no-default-features --features '${{ matrix.feature }}' \
-- --include-ignored
Expand Down

0 comments on commit 54c4ada

Please sign in to comment.