Skip to content

Commit

Permalink
Add test step to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Sep 30, 2023
1 parent 3460543 commit f108cdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ jobs:
command: clippy
args: --all --all-features --benches --tests

- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test

0 comments on commit f108cdc

Please sign in to comment.