We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d58551 + 549b093 commit 56e4256Copy full SHA for 56e4256
1 file changed
Makefile
@@ -220,8 +220,7 @@ multi-arch-cni-init-build-push:
220
# Run unit tests
221
unit-test: export AWS_VPC_K8S_CNI_LOG_FILE=stdout
222
unit-test: ## Run unit tests
223
- go test -v $(VENDOR_OVERRIDE_FLAG) -coverprofile=coverage.txt -covermode=atomic ./cmd/...
224
- go test -v $(VENDOR_OVERRIDE_FLAG) -coverprofile=coverage.txt -covermode=atomic ./pkg/...
+ go test -v $(VENDOR_OVERRIDE_FLAG) -coverprofile=coverage.txt -covermode=atomic ./cmd/... ./pkg/...
225
226
# Run unit tests with race detection (can only be run natively)
227
unit-test-race: export AWS_VPC_K8S_CNI_LOG_FILE=stdout
0 commit comments