From adf1a0bb13cd3dfc83f48c80c7d901ea44e2a580 Mon Sep 17 00:00:00 2001 From: LHerskind Date: Wed, 25 Sep 2024 08:29:54 +0000 Subject: [PATCH] fix: update earthfile --- yarn-project/end-to-end/Earthfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index 501013d019b..cddbe2f635d 100644 --- a/yarn-project/end-to-end/Earthfile +++ b/yarn-project/end-to-end/Earthfile @@ -9,7 +9,8 @@ e2e-l1-with-wall-time: RUN ./scripts/e2e_test.sh ./src/e2e_l1_with_wall_time.test.ts e2e-synching: - DO +E2E_TEST --test=./src/e2e_synching.test.ts + LOCALLY + RUN ./scripts/e2e_test.sh ./src/e2e_synching.test.ts e2e-2-pxes: LOCALLY