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

5 lines
54 B
Makefile
Raw Normal View History

2021-11-16 02:11:13 +01:00
bench:
2022-04-11 07:39:47 +02:00
go test -bench . -race
test:
go test . -race