We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7f133 commit ecfc3efCopy full SHA for ecfc3ef
.github/workflows/testing.yml
@@ -30,7 +30,5 @@ jobs:
30
run: cargo build --verbose --examples
31
- name: Run Tests (Default Features)
32
run: cargo nextest run
33
- - name: Run Tests (No Features)
34
- run: cargo nextest run --no-default-features
35
- name: Run Doc Tests
36
run: cargo doc && cargo test --doc
0 commit comments