From 8e887ff7af0ad0c3ca3b3a5382d741ead0a6f299 Mon Sep 17 00:00:00 2001 From: Makram Kamaleddine <makramkd@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:33:24 +0200 Subject: [PATCH] fix --- .github/integration-in-memory-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index c6a7c224f8f..9550d74f21f 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -30,7 +30,7 @@ runner-test-matrix: runs_on: ubuntu-latest triggers: - PR Integration CCIP Tests - test_cmd: cd integration-tests/smoke/ccip && go test ccip_message_limitations_test.go -timeout 12m -test.parallel=2 -count=1 -json + test_cmd: cd integration-tests/smoke/ccip && go test -run "Test_CCIPMessageLimitations" -timeout 12m -test.parallel=2 -count=1 -json - id: smoke/ccip/ccip_fee_boosting_test.go:* path: integration-tests/smoke/ccip/ccip_fee_boosting_test.go