All checks were successful
Run Go Tests / Run Tests (pull_request) Successful in 13m35s
3 lines
69 B
Makefile
3 lines
69 B
Makefile
test:
|
|
@echo "Running tests for main and all packages"
|
|
go test ./...
|