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 1e7df2d commit 0c0993eCopy full SHA for 0c0993e
.config/nextest.toml
@@ -0,0 +1,3 @@
1
+[profile.default]
2
+# Hard cap on wall-clock time for each individual test.
3
+test-timeout = "60s"
Justfile
@@ -38,7 +38,7 @@ test: cargo-test py-test
38
39
# Run Rust unit tests without default features to link Python C library
40
cargo-test:
41
- uv run cargo test --manifest-path codetracer-python-recorder/Cargo.toml --no-default-features
+ uv run cargo nextest run --manifest-path codetracer-python-recorder/Cargo.toml --no-default-features
42
43
py-test:
44
uv run --group dev --group test pytest
0 commit comments