mirror of
https://github.com/go-gitea/gitea
synced 2024-11-16 15:01:07 +01:00
Add command to run the test suite in Makefile.
This commit is contained in:
parent
7ef9a05588
commit
b8d0367a6c
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -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 ./...
|
||||||
|
|
Loading…
Reference in a new issue