Skip to content

Commit

Permalink
feat: Add new Make target for running tests
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
  • Loading branch information
stv0g committed Jun 15, 2024
1 parent 04f03d7 commit bd11817
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ GOFLAGS = -ldflags "-X main.tag=$(GIT_TAG)"

all: gontc

tests:
sudo -E go test ./pkg ./internal -v $(TEST_OPTS)

gontc:
go build $(GOFLAGS) -o $@ ./cmd/gontc

Expand Down

0 comments on commit bd11817

Please sign in to comment.