From 6262013ae09340f9baa6ab8a4f61bd3bdecad59d Mon Sep 17 00:00:00 2001 From: Mac L Date: Tue, 13 Jun 2023 17:38:34 +1000 Subject: [PATCH] Fix simulator --- .github/workflows/test-suite.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 2abff41835..c1e6a1913c 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -228,7 +228,8 @@ jobs: - name: Install anvil run: cargo install --git https://github.com/foundry-rs/foundry --locked anvil - 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 runs-on: ubuntu-latest needs: cargo-fmt