mirror of
https://github.com/gogs/gogs.git
synced 2025-07-25 03:28:57 +00:00
Merge pull request #2425 from andreynering/make-test
Add command to run the test suite in Makefile.
This commit is contained in:
commit
ab0ba4bbae
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…
x
Reference in New Issue
Block a user