Skip to content

Commit

Permalink
ci: run cargo check first
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 20, 2024
1 parent 0511a1b commit f8fe583
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
# cache build outputs to speed up compilation
- uses: mozilla-actions/sccache-action@v0.0.4
if: ${{ vars.USE_SCCACHE == 'true' }}
- run: cargo ck
- run: cargo test --no-run
- run: cargo test
- run: cargo ck

test-windows:
needs: optimize_ci
Expand Down
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8fe583

Please sign in to comment.