Skip to content

Commit 68f2099

Browse files
committed
Insure that make unit-test does not run the e2e-tests
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 1383a04 commit 68f2099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ test: test-unit test-e2e
7373
.PHONY: test-unit
7474
test-unit: download-tokenizer download-zmq
7575
@printf "\033[33;1m==== Running Unit Tests ====\033[0m\n"
76-
go test -ldflags="$(LDFLAGS)" -v ./...
76+
go test -ldflags="$(LDFLAGS)" -v $$(echo $$(go list ./... | grep -v /test/))
7777

7878
.PHONY: test-e2e
7979
test-e2e: image-build

0 commit comments

Comments
 (0)