Skip to content

Commit 0ab9e55

Browse files
Don't test all feature flags
1 parent 2c4f566 commit 0ab9e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270

271271
- name: Run unit tests
272272
run: |
273-
cargo nextest run --workspace --lib --all-features \
273+
cargo nextest run --workspace --lib \
274274
--exclude mina-core \
275275
--exclude mina-fuzzer \
276276
--exclude mina-macros \

0 commit comments

Comments
 (0)