1
0
Fork 0
golang-github-twin-health/Makefile
Daniel Baumann 9412e3a223
Adding upstream version 1.6.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-17 05:40:10 +02:00

5 lines
No EOL
54 B
Makefile

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