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 f0f218d commit 1f42698Copy full SHA for 1f42698
.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=4
+ run: cross test --all --target ${{ matrix.target }} -- --test-threads=1
147
env:
148
RUST_LOG: ${{ runner.debug && 'TRACE' || 'DEBUG' }}
149
0 commit comments