mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 12:36:13 +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/...
|