mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-10 15:17:58 -05:00
update nightly reth script (#2932)
Waiting for https://github.com/powdr-labs/powdr/actions/runs/15777736373/job/44475889809
This commit is contained in:
4
.github/workflows/nightly-tests.yml
vendored
4
.github/workflows/nightly-tests.yml
vendored
@@ -143,7 +143,7 @@ jobs:
|
||||
run: cargo test --release --verbose -p powdr-openvm -- --include-ignored --nocapture --test-threads=1
|
||||
|
||||
- name: Install cargo openvm
|
||||
run: cargo install --git 'http://github.com/powdr-labs/openvm.git' --tag v1.1.2 cargo-openvm
|
||||
run: cargo install --git 'http://github.com/powdr-labs/openvm.git' --rev 815b3cc cargo-openvm
|
||||
|
||||
- name: Checkout openvm-reth-benchmark
|
||||
uses: actions/checkout@v4
|
||||
@@ -166,4 +166,4 @@ jobs:
|
||||
run: |
|
||||
cd openvm-reth-benchmark
|
||||
echo "export RPC_1=${{ secrets.RPC_1 }}" >> .env
|
||||
MODE="execute" APC=500 APC_SKIP=0 /usr/bin/time -v ./run.sh
|
||||
MODE="execute" APC=500 /usr/bin/time -v ./run.sh
|
||||
|
||||
Reference in New Issue
Block a user