5 lines
29 B
Makefile
5 lines
29 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
go test
|
.PHONY: test
|
|
|
|
test:
|
|
go test
|