We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1383a04 commit 68f2099Copy full SHA for 68f2099
Makefile
@@ -73,7 +73,7 @@ test: test-unit test-e2e
73
.PHONY: test-unit
74
test-unit: download-tokenizer download-zmq
75
@printf "\033[33;1m==== Running Unit Tests ====\033[0m\n"
76
- go test -ldflags="$(LDFLAGS)" -v ./...
+ go test -ldflags="$(LDFLAGS)" -v $$(echo $$(go list ./... | grep -v /test/))
77
78
.PHONY: test-e2e
79
test-e2e: image-build
0 commit comments