Browse Source

references

pull/471/head
Jason Williams 5 years ago committed by GitHub
parent
commit
cf3251dd9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/pull_request.yml

5
.github/workflows/pull_request.yml

@ -26,8 +26,7 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- uses: boa-dev/criterion-compare-action@646d63fb0cae993064674c59f12ea8119428e387
- uses: boa-dev/criterion-compare-action@74bf963935e3d6d087ff77f62a9d4391ac0d628c
with:
token: ${{ secrets.GITHUB_TOKEN }}
cwd: "boa"
package: Boa
cwd: boa

Loading…
Cancel
Save