diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4bc80e58ca..b282d649ee7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: - name: Test working-directory: ./yarn-project/end-to-end/ run: | - earthly -P --no-output +${{ matrix.test }} + earthly -P --no-output +${{ matrix.test }} --e2e_mode=cache # barretenberg (prover) native tests bb-native-tests: diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index 4237b052acc..0d7dbdba34c 100644 --- a/yarn-project/end-to-end/Earthfile +++ b/yarn-project/end-to-end/Earthfile @@ -16,7 +16,7 @@ E2E_TEST_LOCAL: WITH DOCKER \ --load aztecprotocol/aztec:latest=../+aztec \ --load aztecprotocol/end-to-end:latest=../+end-to-end \ - --load ghcr.io/foundry-rs/foundry:nightly-de33b6af53005037b463318d2628b5cfcaf39916=../../foundry/+get + --load ghcr.io/foundry-rs/foundry:nightly-de33b6af53005037b463318d2628b5cfcaf39916=../../foundry/+build # Run our docker compose, ending whenever sandbox ends, filtering out noisy eth_getLogs RUN docker compose -f $compose_file up --exit-code-from=end-to-end --force-recreate END