Skip to content

Commit

Permalink
chore: don't test with all features
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Sep 26, 2024
1 parent 54dba11 commit ce4419f
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 @@ -62,7 +62,7 @@ jobs:
name: Run cargo test
strategy:
matrix:
cargo-args: ['--all-features', '--release -- --ignored']
cargo-args: ['--workspace --release', '--release -- --ignored']
steps:
- uses: actions/checkout@v4
- name: Test
Expand Down

0 comments on commit ce4419f

Please sign in to comment.