1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +00:00

Add command to run the test suite in Makefile.

This commit is contained in:
Andrey Nering
2016-01-16 16:13:54 -02:00
parent 7ef9a05588
commit b8d0367a6c

View File

@@ -46,3 +46,6 @@ clean:
clean-mac: clean clean-mac: clean
find . -name ".DS_Store" -print0 | xargs -0 rm find . -name ".DS_Store" -print0 | xargs -0 rm
test:
go test ./...