Skip to content

Commit

Permalink
Adding apitest to make all
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hinderberger committed Jun 6, 2024
1 parent bb61cb3 commit 39677c0
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 @@ -3,7 +3,7 @@ GOARCH ?= amd64
GIT_COMMIT_SHA ?= $(shell git rev-list -1 HEAD)
LD_FLAGS = -ldflags="-X main.buildCommit=${GIT_COMMIT_SHA}"

all: test build
all: test build apitest

deps:
go mod download github.com/clbanning/mxj
Expand Down

0 comments on commit 39677c0

Please sign in to comment.