From 0059381fe1dd750e1c729f072bcb6d6c6983af30 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 59403a2400c8..97186b75d308 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