mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 20:16:20 +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/...
|