Skip to content

Commit

Permalink
chore: install Rust nightly for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Jul 15, 2024
1 parent ed962cc commit 5b1d00f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,7 @@ jobs:
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
- name: Run cargo bench
run: cargo +nightly bench

0 comments on commit 5b1d00f

Please sign in to comment.