Skip to content

Commit

Permalink
add build to integration-tests makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tateexon committed Nov 13, 2023
1 parent 2369eae commit 6bf6b9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bf6b9d

Please sign in to comment.