Skip to content

Commit 37326ab

Browse files
committed
fix(test): Serialize unit tests for MinGW dlltool
It appears to use temporary object files which collide even when the output file paths are different.
1 parent 17e2a48 commit 37326ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
run: cargo build --verbose
2828
- name: Run tests
29-
run: cargo test --verbose
29+
run: cargo test --verbose -- --test-threads=1
3030
zigbuild:
3131
name: Test zig dlltool
3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)