Skip to content

Commit

Permalink
Add more CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-Bertholet committed Feb 14, 2024
1 parent 1a0f7e4 commit 6a94ef9
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 @@ -24,6 +24,10 @@ jobs:
run: cargo test --verbose
- name: Build docs
run: cargo doc
- name: Check formatting
run: cargo fmt --check
- name: Check clippy
run: cargo clippy
regen:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6a94ef9

Please sign in to comment.