Skip to content

Commit 15dcfc8

Browse files
authored
Update rust.yml
1 parent 0e3418b commit 15dcfc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
run: cargo fmt -- --check
1919
- name: Run tests
2020
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

Comments
 (0)