mirror of
https://github.com/LBRYFoundation/reflector.go.git
synced 2025-08-23 17:27:25 +00:00
5 lines
65 B
Makefile
5 lines
65 B
Makefile
.PHONY: test
|
|
.DEFAULT_GOAL: test
|
|
|
|
test:
|
|
go test ./... -v -cover
|