Skip to content

Commit

Permalink
Improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jul 20, 2023
1 parent b4076d7 commit 7b73079
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
matrix:
action: [clippy, fmt, nextest]
steps:
- name: Setup build environment
run: rustup show
- name: Fetch latest code
uses: actions/checkout@v3
- name: Setup build environment
if: matrix.action != 'fmt'
run: rustup show
- uses: Swatinem/rust-cache@v2
if: matrix.action != 'fmt'
with:
Expand Down

0 comments on commit 7b73079

Please sign in to comment.