mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Fix simulator
This commit is contained in:
3
.github/workflows/test-suite.yml
vendored
3
.github/workflows/test-suite.yml
vendored
@@ -228,7 +228,8 @@ jobs:
|
|||||||
- name: Install anvil
|
- name: Install anvil
|
||||||
run: cargo install --git https://github.com/foundry-rs/foundry --locked anvil
|
run: cargo install --git https://github.com/foundry-rs/foundry --locked anvil
|
||||||
- name: Run the fallback simulator
|
- name: Run the fallback simulator
|
||||||
run: cargo run --release --bin simulator fallback-sim fallback-simulator-ubuntu:
|
run: cargo run --release --bin simulator fallback-sim
|
||||||
|
syncing-simulator-ubuntu:
|
||||||
name: syncing-simulator-ubuntu
|
name: syncing-simulator-ubuntu
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: cargo-fmt
|
needs: cargo-fmt
|
||||||
|
|||||||
Reference in New Issue
Block a user