Skip to content

Commit

Permalink
chore: enable bench in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed Feb 5, 2023
1 parent b38d24a commit 77ff9c5
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 @@ -72,3 +72,8 @@ jobs:
with:
command: test
args: -r --all

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

0 comments on commit 77ff9c5

Please sign in to comment.