Skip to content

Commit

Permalink
Run cargo nextest in CI and enable all tests
Browse files Browse the repository at this point in the history
I don't know why this was previously enabled.
Perhaps an oversight or it was done on purpose.
At least the remaining tests in `cli` didn't run, apparently.
  • Loading branch information
mre committed Aug 7, 2024
1 parent 24d84e0 commit b2a124c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- uses: taiki-e/install-action@nextest
- uses: Swatinem/rust-cache@v2
- name: Compile
run: cargo test --no-run --locked
run: cargo check --locked
- name: Test
run: cargo test -- --nocapture --quiet
run: make test

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b2a124c

Please sign in to comment.