Skip to content

Commit d5db8f4

Browse files
authored
chore: comment out windows tests in CI for now (#76)
1 parent 30d7387 commit d5db8f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ jobs:
3636
uses: Swatinem/rust-cache@v2
3737
with:
3838
shared-key: release-${{ matrix.target }}
39-
- name: Test
39+
- if: matrix.os != 'windows-latest'
4040
run: cargo test --all-features
4141
env:
4242
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
43+
44+
# Because quirks, we won't test on Windows for now. But we still should see it build
45+
- if: matrix.os == 'windows-latest'
46+
run: cargo build

0 commit comments

Comments
 (0)