diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35b2f6a..21844c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |