Skip to content

Commit 0669ba1

Browse files
committed
add comment re running tests on windows
1 parent 2aff679 commit 0669ba1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-rust-crates.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555

5656
- name: Build
5757
run: cargo build --target ${{ matrix.target }} --verbose
58-
58+
59+
# See issue 133 as to why windows is running on a single thread
5960
- name: Run tests (Windows)
6061
if: matrix.target == 'x86_64-pc-windows-gnu'
6162
run: cargo test --target ${{ matrix.target }} -- --test-threads=1

0 commit comments

Comments
 (0)