We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aff679 commit 0669ba1Copy full SHA for 0669ba1
.github/workflows/release-rust-crates.yml
@@ -55,7 +55,8 @@ jobs:
55
56
- name: Build
57
run: cargo build --target ${{ matrix.target }} --verbose
58
-
+
59
+ # See issue 133 as to why windows is running on a single thread
60
- name: Run tests (Windows)
61
if: matrix.target == 'x86_64-pc-windows-gnu'
62
run: cargo test --target ${{ matrix.target }} -- --test-threads=1
0 commit comments