Skip to content

Commit

Permalink
adds clippy and fmt checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
campeis committed Feb 10, 2024
1 parent c845af5 commit e35641a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ jobs:
run: rustup component add rust-src
- name: Build
run: cargo build --verbose
- name: Run clippy
run: cargo clippy --tests --verbose
- name: Run fmt
run: cargo fmt --check --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit e35641a

Please sign in to comment.