mirror of
https://github.com/mudler/LocalAGI.git
synced 2026-07-23 18:55:52 -04:00
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 ./
|