You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ccip-integration-test.yml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,16 @@ jobs:
27
27
name: "OOO Execution Test"
28
28
- cmd: cd integration-tests/smoke/ccip && go test ccip_messaging_test.go -timeout 12m -test.parallel=2 -count=1 -json
29
29
name: "Messaging Test"
30
-
- cmd: cd integration-tests/smoke/ccip && go test ccip_batching_test.go -timeout 12m -test.parallel=2 -count=1 -json
31
-
name: "Batching Test"
30
+
- cmd: cd integration-tests/smoke/ccip && go test -run "Test_CCIPBatching_MaxBatchSizeEVM" ccip_batching_test.go -timeout 12m -test.parallel=1 -count=1 -json
31
+
name: "Batching Test Test_CCIPBatching_MaxBatchSizeEVM"
32
+
- cmd: cd integration-tests/smoke/ccip && go test -run "^Test_CCIPBatching_MultiSource$" ccip_batching_test.go -timeout 12m -test.parallel=1 -count=1 -json
33
+
name: "Batching Test Test_CCIPBatching_MultiSource"
34
+
- cmd: cd integration-tests/smoke/ccip && go test -run "Test_CCIPBatching_MultiSource_MultiReports" ccip_batching_test.go -timeout 12m -test.parallel=1 -count=1 -json
35
+
name: "Batching Test Test_CCIPBatching_MultiSource_MultiReports"
36
+
- cmd: cd integration-tests/smoke/ccip && go test -run "^Test_CCIPBatching_SingleSource$" ccip_batching_test.go -timeout 12m -test.parallel=1 -count=1 -json
37
+
name: "Batching Test Test_CCIPBatching_SingleSource"
38
+
- cmd: cd integration-tests/smoke/ccip && go test -run "Test_CCIPBatching_SingleSource_MultipleReports" ccip_batching_test.go -timeout 12m -test.parallel=1 -count=1 -json
39
+
name: "Batching Test Test_CCIPBatching_SingleSource_MultipleReports"
32
40
- cmd: cd integration-tests/smoke/ccip && go test ccip_gas_price_updates_test.go -timeout 12m -test.parallel=2 -count=1 -json
33
41
name: "Gas Price Updates Test"
34
42
# TODO: this can only run in docker for now, switch to in-memory and uncomment
0 commit comments