7 lines
132 B
Makefile
7 lines
132 B
Makefile
GOCMD=go
|
|
|
|
tests:
|
|
$(GOCMD) run github.com/onsi/ginkgo/v2/ginkgo --fail-fast -v -r ./...
|
|
|
|
webui:
|
|
cd example/webui && $(GOCMD) run ./
|