Skip to content

Commit

Permalink
Build before installing nextest
Browse files Browse the repository at this point in the history
More likely to find interesting failures early
  • Loading branch information
sourcefrog authored Jan 10, 2025
1 parent ae6ccdb commit 63c2515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ jobs:
# Clippy checks can vary between versions in a way that makes it a bit
# fiddly to satisfy them all, so only insist that they pass on stable.
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Build
run: cargo build --all-targets
- uses: taiki-e/install-action@v2
name: Install nextest using install-action
with:
tool: nextest
- name: Build
run: cargo build --all-targets
- name: Test
run: cargo test --workspace
- run: cargo update
Expand Down

0 comments on commit 63c2515

Please sign in to comment.