Skip to content

Commit

Permalink
add cargo tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Oct 3, 2024
1 parent a9c1d8e commit e4fa5b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
- name: Run format check
run: cargo fmt --check

- name: Run tests
run: cargo test

- name: Run clippy
run: cargo clippy --all-features -- -D warnings

0 comments on commit e4fa5b7

Please sign in to comment.