6 lines
75 B
Makefile
6 lines
75 B
Makefile
test:
|
|
go test ./... -count=1 -p 1
|
|
|
|
run:
|
|
go run ./cmd/ai-customer-service
|