Skip to content

Commit 7c803fa

Browse files
authored
Merge pull request #1793 from EliahKagan/test-fixtures-windows-required
Make `test-fixtures-windows` required for PR auto-merge
2 parents f154ca0 + e97c4f1 commit 7c803fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ jobs:
406406
# List all jobs that are intended NOT to block PR auto-merge here.
407407
EXPECTED_NONBLOCKING_JOBS: |-
408408
test-fast-arm
409-
test-fixtures-windows
410409
cargo-deny-advisories
411410
wasm
412411
tests-pass
@@ -443,6 +442,7 @@ jobs:
443442
- test
444443
- test-journey
445444
- test-fast
445+
- test-fixtures-windows
446446
- test-32bit
447447
- lint
448448
- cargo-deny

0 commit comments

Comments
 (0)