Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 73d3f37

Browse files
Merge pull request #130 from mat007/simplify-makefile
Simplify package filtering
2 parents 7232621 + 9f24dd9 commit 73d3f37

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
@@ -78,7 +78,7 @@ e2e-test: bin
7878

7979
unit-test:
8080
@echo "Running unit tests..."
81-
$(GO_TEST) $(shell go list ./... | grep -vE '/vendor/|/e2e')
81+
$(GO_TEST) $(shell go list ./... | grep -vE '/e2e')
8282

8383
clean:
8484
rm -Rf ./_build docker-app-*.tar.gz

0 commit comments

Comments
 (0)