Skip to content

Commit

Permalink
Add bench job
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Liang committed Nov 19, 2023
1 parent 56521aa commit eab825e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ jobs:
toolchain: nightly-2022-12-10
override: true
- run: make test
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-12-10
override: true
- run: make bench

0 comments on commit eab825e

Please sign in to comment.