Skip to content

Commit

Permalink
allow make test
Browse files Browse the repository at this point in the history
  • Loading branch information
titabo2k committed Jan 31, 2020
1 parent 4221d3e commit 35ae2f2
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 @@ -10,6 +10,9 @@ $(TARGETS): %: cmd/%/main.go
GO111MODULE=$(GO111MODULE) go get ./...
GO111MODULE=$(GO111MODULE) CGO_ENABLED=0 go build -o $@ $<

test:
CGO_ENABLED=0 go test -v .

clean:
rm -f $(TARGETS)
rm -f $(PKGNAME)_*deb
Expand Down

0 comments on commit 35ae2f2

Please sign in to comment.