We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a6eef commit 6b9efccCopy full SHA for 6b9efcc
.github/workflows/main.yml
@@ -195,7 +195,7 @@ jobs:
195
if: startsWith(matrix.build, 'windows-clang')
196
- run: cargo update
197
- uses: Swatinem/rust-cache@v2
198
- - run: cargo test ${{ matrix.no_run }} --workspace --target ${{ matrix.target }} ${{ matrix.cargo_flags }}
+ - run: cargo test ${{ matrix.no_run }} --target ${{ matrix.target }} ${{ matrix.cargo_flags }} --test test -- --test-threads=1 --nocapture
199
200
# This is separate from the matrix above because there is no prebuilt rust-std component for these targets.
201
check-build-std:
0 commit comments