Skip to content

Commit 6d7ffb4

Browse files
committed
Minimize test threads
1 parent be87f7f commit 6d7ffb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: cargo check -p orange-cli
4848

4949
- name: Run tests
50-
run: cargo test --features _test-utils
50+
run: cargo test --features _test-utils -- --test-threads=2
5151

5252
- name: Run cashu tests
53-
run: cargo test --features _cashu-tests
53+
run: cargo test --features _cashu-tests -- --test-threads=2

0 commit comments

Comments
 (0)