Skip to content

Commit 5fc308e

Browse files
committed
reduce parallelism for cross tests.
Maybe it helps with the memory allocation failures
1 parent 709b14e commit 5fc308e

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=12
146+
run: cross test --all --target ${{ matrix.target }} -- --test-threads=4
147147
env:
148148
RUST_LOG: ${{ runner.debug && 'TRACE' || 'DEBUG' }}
149149

0 commit comments

Comments
 (0)