0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-01 19:29:45 -05: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
find . -name ".DS_Store" -print0 | xargs -0 rm
test:
go test ./...