mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 20:29:12 +01:00
4 lines
123 B
Makefile
4 lines
123 B
Makefile
|
.PHONY: test
|
||
|
test:
|
||
|
go test -race -deprecations -strict-decoder -v . ./aws/... ./config/... ./trace/... ./uritemplates/...
|