5 lines
35 B
Makefile
5 lines
35 B
Makefile
|
test:
|
||
|
go test ./...
|
||
|
|
||
|
.PHONY: test
|