1
0
Fork 0
forked from forgejo/forgejo

Restore make test target (#3139)

* Restore make test target

* make build -> go build
This commit is contained in:
Ethan Koenig 2017-12-10 18:31:07 -08:00 committed by Lunny Xiao
parent 58a7de2aea
commit c082c3bce3
2 changed files with 10 additions and 1 deletions

View file

@ -131,7 +131,6 @@ fmt-check:
.PHONY: test
test:
$(GO) build # test if go build succeed without sqlite support
$(GO) test -tags=sqlite $(PACKAGES)
.PHONY: coverage