We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3172ce commit 0f8c667Copy full SHA for 0f8c667
.github/workflows/performance.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Build
32
run: |
33
nix-shell test.nix --run './test/regression-evm/test-statistics.sh pull-request.csv'
34
+ git fetch origin
35
git checkout master
36
git checkout ${{ github.event.pull_request.head.sha }} -- test/regression-evm
37
nix-shell test.nix --run './test/regression-evm/test-statistics.sh master.csv'
0 commit comments