mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 18:10:59 +00:00
Do not run ineffective targets, do run all module tests
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../Makefile-modules.mk
|
||||
7
api/Makefile
Normal file
7
api/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
# Copyright 2022 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
include ../Makefile-modules.mk
|
||||
|
||||
test:
|
||||
go test -v -timeout 45m -cover ./... -ldflags "-X sigs.k8s.io/kustomize/api/provenance.version=v444.333.222"
|
||||
Reference in New Issue
Block a user