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 3e1cd44 commit 2670955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $(BIN): generate/zz_filesystem_generated.go

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

.PHONY: check
check: $(BIN_GOLANGCI_LINT) ## Check code quality (lint)
Expand Down
2 changes: 2 additions & 0 deletions openshift/e2e_oncluster_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ set -o errexit
set -o nounset
set -o pipefail

export GOFLAGS=''

source "$(go run knative.dev/hack/cmd/script e2e-tests.sh)"

pushd "$(dirname "$0")/.."
Expand Down

0 comments on commit 2670955

Please sign in to comment.