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 0d19eb1 commit fb452a4Copy full SHA for fb452a4
.github/workflows/benchmarks-integration-tests.yml
@@ -120,7 +120,7 @@ jobs:
120
compiler-llvm-repo: ${{ github.event.pull_request.head.repo.full_name }} # required to properly test forks
121
target-machine: ${{ matrix.target }}
122
toolchain: ${{ matrix.toolchain }}
123
- environment: ${{ matrix.target == 'eravm' && 'zk_evm' || 'EVMInterpreter' }}
+ environment: ${{ matrix.target == 'eravm' && 'zk_evm' || 'REVM' }}
124
ccache-key: 'llvm-Linux-X64-gnu'
125
126
# Integration tests workflow call from the era-compiler-ci repository
0 commit comments