Skip to content

Commit

Permalink
ci: Run rustfmt and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Nov 20, 2024
1 parent e40b205 commit 4d1d7de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
tool: nextest
- name: Test
run: cargo test --workspace
- name: Check rustfmt
run: cargo fmt --all --check
- name: Check clippy
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Build release binary
run: cargo build --release
- name: Upload binary artifact
Expand Down

0 comments on commit 4d1d7de

Please sign in to comment.