File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 11name : Run Espresso Devnet tests
22on :
33 pull_request :
4- branches :
5- - " celo-integration*"
64 push :
75 branches :
8- - " master"
96 - " celo-integration*"
107 workflow_dispatch :
118
5754 - name : Run Challenge Game test
5855 run : go test -timeout 30m -p 1 -count 1 -run 'TestChallengeGame' -v ./espresso/devnet-tests/...
5956
60-
6157 - name : Run Withdraw test
6258 run : go test -timeout 30m -p 1 -count 1 -run 'TestWithdrawal' -v ./espresso/devnet-tests/...
6359
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: Run enclave tests on EC2 instance
22
33on :
44 pull_request :
5- branches :
6- - " celo-integration*"
75 push :
86 branches :
97 - " celo-integration*"
1917 timeout-minutes : 40
2018
2119 steps :
22-
2320 - name : Checkout repository
2421 uses : actions/checkout@v4
2522
Original file line number Diff line number Diff line change 11name : Run Espresso integration tests
22on :
33 pull_request :
4- branches :
5- - " celo-integration*"
64 push :
75 branches :
8- - " master"
96 - " celo-integration*"
107 workflow_dispatch :
118
You can’t perform that action at this time.
0 commit comments