Skip to content

Commit

Permalink
Edited smoke in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Jul 11, 2023
1 parent be4448f commit 4d55ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&\
Expand Down

0 comments on commit 4d55ea5

Please sign in to comment.