diff --git a/yarn-project/end-to-end/Earthfile b/yarn-project/end-to-end/Earthfile index 59403a2400c..97186b75d30 100644 --- a/yarn-project/end-to-end/Earthfile +++ b/yarn-project/end-to-end/Earthfile @@ -122,6 +122,10 @@ guides-dapp-testing: ARG e2e_mode=local DO +E2E_TEST --test=guides/dapp_testing.test.ts --e2e_mode=$e2e_mode +e2e-encryption: + ARG e2e_mode=local + DO +E2E_TEST --test=e2e_encryption.test.ts --e2e_mode=$e2e_mode + # TODO intermittent failure # guides-sample-dapp: # ARG e2e_mode=local