Skip to content

Commit

Permalink
ci: test maa-cli with no-default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Oct 14, 2023
1 parent 03c5436 commit 8b72b82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ jobs:
if: matrix.arch == 'x86_64' && matrix.os != 'windows-latest'
run: |
cargo test --package maa-sys --locked
- name: Test (maa-cli, no-default-features)
if: matrix.arch == 'x86_64'
run: |
cargo test --package maa-cli --no-default-features --locked
coverage:
name: Coverage
Expand Down

0 comments on commit 8b72b82

Please sign in to comment.