Skip to content

Commit ecfc3ef

Browse files
committed
Remove no features test.
1 parent 6f7f133 commit ecfc3ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/testing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ jobs:
3030
run: cargo build --verbose --examples
3131
- name: Run Tests (Default Features)
3232
run: cargo nextest run
33-
- name: Run Tests (No Features)
34-
run: cargo nextest run --no-default-features
3533
- name: Run Doc Tests
3634
run: cargo doc && cargo test --doc

0 commit comments

Comments
 (0)