gatus/vendor/github.com/TwiN/health/Makefile
2022-04-11 01:39:47 -04:00

5 lines
54 B
Makefile

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