@@ -49,6 +49,7 @@ runner-test-matrix:
4949 - Nightly Integration CCIP Tests
5050 test_cmd : cd smoke/ccip && go test -run "Test_CCIPMessaging_EVM2Solana" -timeout 18m -test.parallel=4 -count=1 -json
5151 test_go_project_path : integration-tests
52+ install_plugins_public : true
5253
5354 - id : smoke/ccip/ccip_messaging_test.go:Test_CCIPMessaging_Solana2EVM
5455 path : integration-tests/smoke/ccip/ccip_messaging_test.go
@@ -60,6 +61,7 @@ runner-test-matrix:
6061 - Nightly Integration CCIP Tests
6162 test_cmd : cd smoke/ccip && go test -run "Test_CCIPMessaging_Solana2EVM" -timeout 18m -test.parallel=4 -count=1 -json
6263 test_go_project_path : integration-tests
64+ install_plugins_public : true
6365
6466 - id : smoke/ccip/ccip_messaging_test.go:Test_CCIPMessaging_MultiExecReports_EVM2Solana
6567 path : integration-tests/smoke/ccip/ccip_messaging_test.go
@@ -222,6 +224,7 @@ runner-test-matrix:
222224 - Nightly Integration CCIP Tests
223225 test_cmd : go test smoke/ccip/ccip_token_transfer_test.go -timeout 16m -test.parallel=2 -count=1 -json
224226 test_go_project_path : integration-tests
227+ install_plugins_public : true
225228
226229 - id : smoke/ccip/ccip_cs_update_rmn_config_test.go:*
227230 path : integration-tests/smoke/ccip/ccip_cs_update_rmn_config_test.go
@@ -600,8 +603,7 @@ runner-test-matrix:
600603 triggers :
601604 - PR Integration CCIP Tests
602605 - Nightly Integration CCIP Tests
603- test_cmd :
604- cd smoke/ccip && go test ccip_ton_messaging_test.go -timeout 20m -test.parallel=1 -count=1 -json
606+ test_cmd : cd smoke/ccip && go test ccip_ton_messaging_test.go -timeout 20m -test.parallel=1 -count=1 -json
605607 test_go_project_path : integration-tests
606608 install_plugins_public : true
607609 # END: CCIP tests
0 commit comments