Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
add clippy & checks
  • Loading branch information
mvcoile authored Feb 16, 2024
1 parent 3b90592 commit 0a2f730
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Check
run: cargo check --verbose
- name: Clippy
run: cargo clippy --verbose
- name: Tests
run: cargo test --verbose

0 comments on commit 0a2f730

Please sign in to comment.