Skip to content

Commit

Permalink
Merge pull request #33 from MatthewPeterKelly/mpk/add-ci-coverage-for…
Browse files Browse the repository at this point in the history
…-benchmark-suite

Add CI test coverage to benchmark suite
  • Loading branch information
gifnksm authored Mar 7, 2025
2 parents ee3feef + b9b44ea commit 98220bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,13 @@ jobs:
files: lcov.info
fail_ci_if_error: true

benchmark_check:
name: Benchmark Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- name: Compile benchmarks (without running)
run: cargo bench --no-run

0 comments on commit 98220bf

Please sign in to comment.