Skip to content

Commit 6b9efcc

Browse files
committed
CI?
1 parent e2a6eef commit 6b9efcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
if: startsWith(matrix.build, 'windows-clang')
196196
- run: cargo update
197197
- uses: Swatinem/rust-cache@v2
198-
- run: cargo test ${{ matrix.no_run }} --workspace --target ${{ matrix.target }} ${{ matrix.cargo_flags }}
198+
- run: cargo test ${{ matrix.no_run }} --target ${{ matrix.target }} ${{ matrix.cargo_flags }} --test test -- --test-threads=1 --nocapture
199199

200200
# This is separate from the matrix above because there is no prebuilt rust-std component for these targets.
201201
check-build-std:

0 commit comments

Comments
 (0)