Skip to content

Commit

Permalink
ci(github): add common cargo checks
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Mar 3, 2024
1 parent 7b24474 commit 3690f8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
- name: Install the target
run: |
rustup target install ${{ matrix.target }}
- name: Run Cargo checks
run: |
cargo fmt --check
cargo check
cargo clippy
- name: Run a full build
run: |
cargo build --locked --release --target ${{ matrix.target }}
Expand Down

0 comments on commit 3690f8e

Please sign in to comment.