mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
add hermetic unit test target
This commit is contained in:
6
Makefile
6
Makefile
@@ -57,4 +57,8 @@ clean-output:
|
||||
# standard cleanup target
|
||||
clean: clean-output clean-cache
|
||||
|
||||
.PHONY: all kind build install clean-cache clean-output clean
|
||||
# unit tests (hermetic)
|
||||
test:
|
||||
GOOS=linux hack/go_container.sh go test ./...
|
||||
|
||||
.PHONY: all kind build install clean-cache clean-output clean test
|
||||
|
||||
Reference in New Issue
Block a user