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