Skip to content

Commit

Permalink
adding e2e_encryption test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Apr 24, 2024
1 parent 4cf33e5 commit e1e7c14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yarn-project/end-to-end/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1e7c14

Please sign in to comment.