Files
gatus/vendor/github.com/TwiN/health/Makefile
T

5 lines
54 B
Makefile

bench:
go test -bench . -race
test:
go test . -race