Skip to content

Commit 1f42698

Browse files
committed
remove parallelism for cross tests again
1 parent f0f218d commit 1f42698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- uses: taiki-e/install-action@cross
144144

145145
- name: test
146-
run: cross test --all --target ${{ matrix.target }} -- --test-threads=4
146+
run: cross test --all --target ${{ matrix.target }} -- --test-threads=1
147147
env:
148148
RUST_LOG: ${{ runner.debug && 'TRACE' || 'DEBUG' }}
149149

0 commit comments

Comments
 (0)