Skip to content

Commit

Permalink
ci: Fix benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 23, 2023
1 parent 4f423f5 commit 2214f64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ jobs:
rustup default nightly
rustup component add clippy rustfmt
- name: Checkout previous commit
- name: Checkout commit last release
uses: actions/checkout@v4
with:
ref: ${{ github.event.before }}
ref: b0bf31a097a3099ddbebd801154c8929525894ae
fetch-depth: 0

- name: Run benchmarks on previous commit
run: |
Expand Down

0 comments on commit 2214f64

Please sign in to comment.