Skip to content

Commit a955aeb

Browse files
committed
fix for github builds
1 parent b883879 commit a955aeb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
toolchain: stable
1919
- name: Run tests
20-
run: cargo test
20+
run: cargo test -- --test-threads=1

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
toolchain: ${{ matrix.rust }}
2323
- name: Run tests
24-
run: cargo test
24+
run: cargo test -- --test-threads=1

0 commit comments

Comments
 (0)