diff --git a/.github/workflows/ci_l1.yaml b/.github/workflows/ci_l1.yaml index 7e6475682..6ecd5ee34 100644 --- a/.github/workflows/ci_l1.yaml +++ b/.github/workflows/ci_l1.yaml @@ -204,13 +204,10 @@ jobs: # run: | # docker load --input /tmp/ethrex_image.tar - - name: Rustup toolchain install - uses: dtolnay/rust-toolchain@stable - with: - toolchain: ${{ env.RUST_VERSION }} - - name: Run Hive Simulation - run: ./hive --client ethrex --sim ${{ matrix.simulation }} --sim.limit "${{ matrix.test_pattern }}" --sim.parallelism 4 + run: + chmod +x hive + ./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: