1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add 'make test' to the Makefile

This commit is contained in:
Chris Cummer 2019-01-13 11:59:02 -08:00
parent 0f86740a7f
commit 1d888118c5

View File

@ -1,4 +1,4 @@
.PHONY: contrib_check dependencies install run size
.PHONY: contrib_check dependencies install run size test
# detect GOPATH if not set
ifndef $(GOPATH)
@ -36,3 +36,6 @@ run: build
size:
loc --exclude vendor/ _sample_configs/ _site/ docs/ Makefile *.md *.toml
test: build
go test ./...