diff --git a/integration-tests/Makefile b/integration-tests/Makefile index a9257686104..fb4bfa74f3e 100644 --- a/integration-tests/Makefile +++ b/integration-tests/Makefile @@ -59,6 +59,9 @@ install_gotestfmt: lint: golangci-lint --color=always run ./... --fix -v +build: + @go build ./... && SELECTED_NETWORKS=SIMULATED go test -run=^# ./... + # Builds the test image # tag: the tag for the test image being built, example: tag=tate # base_tag: the tag for the base-test-image to use, example: base_tag=latest