mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 09:24:04 +01:00
5 lines
54 B
Makefile
5 lines
54 B
Makefile
bench:
|
|
go test -bench . -race
|
|
|
|
test:
|
|
go test . -race
|