Skip to content

Commit

Permalink
add to github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mj850 committed Nov 22, 2024
1 parent 03888ea commit 2ee2e70
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 2ee2e70

Please sign in to comment.