3 lines
69 B
Makefile
3 lines
69 B
Makefile
|
test:
|
||
|
@echo "Running tests for main and all packages"
|
||
|
go test ./...
|