Skip to content

Commit

Permalink
chore: also run benchmarks on CI
Browse files Browse the repository at this point in the history
The bencharks are run on CircleCI, also run them on GitHub Actions.
  • Loading branch information
vmx committed Jul 15, 2024
1 parent 3cbe600 commit 3014222
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,10 @@ jobs:
#
# - name: Docs
# run: cargo doc

# Benchmarks need a nightly Rust
bench:
runs-on: ubuntu-latest
steps:
- name: Run cargo bench
run: cargo +nightly bench

0 comments on commit 3014222

Please sign in to comment.