4 lines
87 B
Makefile
4 lines
87 B
Makefile
GOCMD=go
|
|
|
|
tests:
|
|
$(GOCMD) run github.com/onsi/ginkgo/v2/ginkgo --fail-fast -v -r ./...
|