Skip to content

Commit 5cb44b2

Browse files
committed
try testing with 1 thread
1 parent 6db5d39 commit 5cb44b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ jobs:
114114

115115
- name: Test
116116
run: |
117-
cargo test ${{ matrix.args }}
117+
cargo test ${{ matrix.args }} -- --test-threads 1

0 commit comments

Comments
 (0)