Skip to content

Commit

Permalink
fix: Use cargo check instead of cargo build for faster ci times
Browse files Browse the repository at this point in the history
Signed-off-by: fami-fish <[email protected]>
  • Loading branch information
fami-fish committed Aug 1, 2024
1 parent 5b9c470 commit 7b2baff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ env:

jobs:
build:
name: Build
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- run: cargo build
- run: cargo check

clippy:
name: Clippy
Expand Down

0 comments on commit 7b2baff

Please sign in to comment.