From 2ee2e702b715137e27094564c5e4c088f9ae57b4 Mon Sep 17 00:00:00 2001 From: mj Date: Fri, 22 Nov 2024 18:26:18 -0500 Subject: [PATCH] add to github actions workflow --- .github/workflows/integration-test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 1898be0ed..1991ffd32 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -122,6 +122,17 @@ jobs: "./integration_test/evm_module/scripts/evm_interoperability_tests.sh" ] }, + { + name: "Confidential Transfers Module", + scripts: [ + "python3 integration_test/scripts/runner.py integration_test/confidential_transfers_module/initialize_account_test.yaml", + "python3 integration_test/scripts/runner.py integration_test/confidential_transfers_module/deposit_test.yaml", + "python3 integration_test/scripts/runner.py integration_test/confidential_transfers_module/apply_pending_balance_test.yaml", + "python3 integration_test/scripts/runner.py integration_test/confidential_transfers_module/withdraw_test.yaml", + "python3 integration_test/scripts/runner.py integration_test/confidential_transfers_module/transfer_test.yaml", + "python3 integration_test/scripts/runner.py integration_test/confidential_transfers_module/close_account_test.yaml", + ] + }, { name: "dApp Tests", scripts: [