Browse Source

should now be able to use master

pull/256/head
Jason Williams 5 years ago
parent
commit
e9428807f2
  1. 2
      .github/workflows/pull_request.yml

2
.github/workflows/pull_request.yml

@ -20,6 +20,6 @@ jobs:
with: with:
path: target path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- uses: jasonwilliams/criterion-compare-action@debugging - uses: jasonwilliams/criterion-compare-action@master
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save