mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-07 18:59:09 +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/...
|