We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3418b commit 15dcfc8Copy full SHA for 15dcfc8
.github/workflows/rust.yml
@@ -18,3 +18,5 @@ jobs:
18
run: cargo fmt -- --check
19
- name: Run tests
20
run: cargo test --release -- --nocapture
21
+ - name: Run performance tests
22
+ run: export RUST_TEST_THREADS=1; cargo test --release -- --ignored --nocapture
0 commit comments