diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index 467edb6571a1..d9dae7c94e16 100644 --- a/yarn-project/end-to-end/Earthfile +++ b/yarn-project/end-to-end/Earthfile @@ -76,6 +76,9 @@ e2e-blacklist-token-contract: e2e-block-building: DO +E2E_TEST --test=./src/e2e_block_building.test.ts +e2e-bot: + DO +E2E_TEST --test=./src/e2e_bot.test.ts + e2e-card-game: DO +E2E_TEST --test=./src/e2e_card_game.test.ts