Skip to content

Commit

Permalink
Update integration/makefile.mk
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Wang <benjamin.wang@broadcom.com>
  • Loading branch information
henrybear327 and ahrtr authored Jun 13, 2024
1 parent ba75e0f commit fc151a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GOFAIL_BINARY = $(shell pwd)/gofail

# run all integration tests
.PHONY: run-all-integration-tests
run-all-integration-tests: run-integration-test-sleep
run-all-integration-tests: build-gofail run-integration-test-sleep clean-gofail

# run integration test - sleep
.PHONY: run-integration-test-sleep
Expand Down

0 comments on commit fc151a5

Please sign in to comment.