Skip to content

Commit

Permalink
ci: added clippy step
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecompilador committed Apr 25, 2024
1 parent d9b210e commit f732ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:
- name: Run tests
working-directory: ./test
run: cargo test --verbose
- name: Run Clippy
run: cargo clippy --no-deps

0 comments on commit f732ec0

Please sign in to comment.