Skip to content

Commit ec0d03a

Browse files
authored
Merge pull request #1559 from EliahKagan/let-fail
Fix CI regression where most Windows failures passed CI
2 parents 012445a + 4f2ab5b commit ec0d03a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ jobs:
9292
with:
9393
tool: nextest
9494
- name: "Test (nextest)"
95-
run: |
96-
cargo nextest run --all --no-fail-fast
97-
cargo test --doc
95+
run: cargo nextest run --all --no-fail-fast
96+
- name: Doctest
97+
run: cargo test --doc
9898

9999
test-32bit:
100100
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)