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 c57bee6 commit 1daee27Copy full SHA for 1daee27
.config/nextest.toml
@@ -0,0 +1,4 @@
1
+[profile.default]
2
+test-threads = 1
3
+slow-timeout = { period = "30s", terminate-after = 4 }
4
+fail-fast = false
.github/workflows/testing.yml
@@ -27,6 +27,4 @@ jobs:
27
- name: Build (metadata)
28
run: cargo build --verbose --no-default-features --features metadata
29
- name: Run Tests
30
- run: cargo nextest run --all-features --test-threads 1
31
- env:
32
- RUST_TEST_THREADS: 1
+ run: cargo nextest run --all-features
0 commit comments