Skip to content

Commit

Permalink
run benches in CI
Browse files Browse the repository at this point in the history
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
  • Loading branch information
sagudev committed Aug 20, 2024
1 parent 656ba2b commit 3ace188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Cargo test benches
run: cargo test --benches --features "${{ matrix.features }}" --target ${{ matrix.platform.target }}

- name: Cargo bench
run: cargo bench

build_result:
name: Result
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ace188

Please sign in to comment.