Skip to content

Commit

Permalink
Merge pull request #1559 from EliahKagan/let-fail
Browse files Browse the repository at this point in the history
Fix CI regression where most Windows failures passed CI
  • Loading branch information
Byron authored Aug 26, 2024
2 parents 012445a + 4f2ab5b commit ec0d03a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
with:
tool: nextest
- name: "Test (nextest)"
run: |
cargo nextest run --all --no-fail-fast
cargo test --doc
run: cargo nextest run --all --no-fail-fast
- name: Doctest
run: cargo test --doc

test-32bit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ec0d03a

Please sign in to comment.