Skip to content

Commit ebc8f69

Browse files
committed
chore: don't test with all features
1 parent d704e53 commit ebc8f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
name: Run cargo test
6363
strategy:
6464
matrix:
65-
cargo-args: ['--all-features', '--release -- --ignored']
65+
cargo-args: ['--workspace --release', '--release -- --ignored']
6666
steps:
6767
- uses: actions/checkout@v4
6868
- name: Test

0 commit comments

Comments
 (0)