From 4d55ea5f10feb2e01d2ab645d0ed14ee754e3675 Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Tue, 11 Jul 2023 08:49:49 +0200 Subject: [PATCH] Edited smoke in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac8e84984..7ca729aa9 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ test_relay_unit: test_smoke: cd ./integration-tests &&\ - SELECTED_NETWORKS=SIMULATED go test -timeout 24h -count=1 -json $(args) ./smoke 2>&1 | tee /tmp/gotest.log | gotestfmt + SELECTED_NETWORKS=SIMULATED go test -timeout 24h -count=1 -json $(args) -run TestSolanaOCRV2Smoke ./smoke 2>&1 | tee /tmp/gotest.log | gotestfmt test_ocr_soak: cd ./integration-tests &&\