Skip to content

Commit

Permalink
Split out test build and test run steps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudy committed Mar 22, 2024
1 parent 1b6d446 commit d06ba2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
- name: rust cache
uses: Swatinem/[email protected]

- name: Run cargo test
- name: Build cargo tests
run: cargo test --no-run ${{ matrix.features }}

- name: Run cargo tests
run: cargo test ${{ matrix.features }}

lints:
Expand Down

0 comments on commit d06ba2d

Please sign in to comment.