Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 85542e0

Browse files
committed
Auto merge of rust-lang#17035 - Wilfred:windows_ci_on_prs, r=Veykril
Run Windows tests on PRs too Previously PRs would only do a build on Windows, which confusingly meant that PRs got a green tick for Windows despite not testing them. See discussion in rust-lang#17019.
2 parents a1884b0 + 6df559f commit 85542e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: cargo build --quiet ${{ env.USE_SYSROOT_ABI }}
9292

9393
- name: Test
94-
if: matrix.os == 'ubuntu-latest' || github.event_name == 'push'
94+
if: matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest' || github.event_name == 'push'
9595
run: cargo test ${{ env.USE_SYSROOT_ABI }} -- --nocapture --quiet
9696

9797
- name: Switch to stable toolchain

0 commit comments

Comments
 (0)