Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/make/golang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ go.test.cel: manifests # Run the CEL validation tests
echo "Run CEL Validation on k8s $$ver"; \
go clean -testcache; \
KUBEBUILDER_ASSETS="$$(go tool setup-envtest use $$ver -p path)" \
go test ./test/cel-validation --tags celvalidation -race; \
go test ./test/cel-validation --tags celvalidation -race; || exit 1 \
done

.PHONY: go.clean
Expand Down
Loading