From e1e7c14b6f744e100c2f8c91c2f2e1c9b18a02a1 Mon Sep 17 00:00:00 2001 From: benesjan Date: Wed, 24 Apr 2024 16:42:57 +0000 Subject: [PATCH] adding e2e_encryption test to CI --- yarn-project/end-to-end/Earthfile | 4 ++++ 1 file changed, 4 insertions(+) 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