mirror of
https://github.com/mudler/cogito.git
synced 2026-07-23 18:35:23 -04:00
af41faaa19
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
8 lines
197 B
Makefile
8 lines
197 B
Makefile
GINKGO_ARGS?=--fail-fast -v -r --flake-attempts=5
|
|
LOG_LEVEL?=debug
|
|
|
|
test:
|
|
LOG_LEVEL=$(LOG_LEVEL) go run github.com/onsi/ginkgo/v2/ginkgo $(GINKGO_ARGS)
|
|
|
|
example-chat:
|
|
go run examples/chat/main.go
|