From d69b7a88db28a3a09050c2a86826638a3bb7f52c Mon Sep 17 00:00:00 2001 From: fmoletta Date: Thu, 19 Dec 2024 18:27:35 -0300 Subject: [PATCH] Debug --- .github/workflows/ci_l1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_l1.yaml b/.github/workflows/ci_l1.yaml index 4084815e3..7e6475682 100644 --- a/.github/workflows/ci_l1.yaml +++ b/.github/workflows/ci_l1.yaml @@ -210,7 +210,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - name: Run Hive Simulation - run: cd /tmp/hive && ./hive --client ethrex --sim ${{ matrix.simulation }} --sim.limit "${{ matrix.test_pattern }}" --sim.parallelism 4 + run: ./hive --client ethrex --sim ${{ matrix.simulation }} --sim.limit "${{ matrix.test_pattern }}" --sim.parallelism 4 # The purpose of this job is to add it as a required check in GitHub so that we don't have to add every individual job as a required check all-tests: