We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709b14e commit 5fc308eCopy full SHA for 5fc308e
.github/workflows/ci.yaml
@@ -143,7 +143,7 @@ jobs:
143
- uses: taiki-e/install-action@cross
144
145
- name: test
146
- run: cross test --all --target ${{ matrix.target }} -- --test-threads=12
+ run: cross test --all --target ${{ matrix.target }} -- --test-threads=4
147
env:
148
RUST_LOG: ${{ runner.debug && 'TRACE' || 'DEBUG' }}
149
0 commit comments