Skip to content

Commit

Permalink
[TEST]
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <[email protected]>
  • Loading branch information
matejvasek committed Sep 9, 2024
1 parent 2670955 commit 091958f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ ifneq ($(FUNC_REPO_BRANCH_REF),)
LDFLAGS += -X knative.dev/func/pkg/pipelines/tekton.FuncRepoBranchRef=$(FUNC_REPO_BRANCH_REF)
endif

GOFLAGS :=

MAKEFILE_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))

.PHONY: test docs
Expand Down Expand Up @@ -66,7 +68,7 @@ $(BIN): generate/zz_filesystem_generated.go

.PHONY: test
test: generate/zz_filesystem_generated.go ## Run core unit tests
env GOFLAGS="" go test -ldflags "$(LDFLAGS)" -race -cover -coverprofile=coverage.txt ./...
go test -ldflags "$(LDFLAGS)" -race -cover -coverprofile=coverage.txt ./...

.PHONY: check
check: $(BIN_GOLANGCI_LINT) ## Check code quality (lint)
Expand Down

0 comments on commit 091958f

Please sign in to comment.