add hermetic unit test target

This commit is contained in:
Benjamin Elder
2019-09-30 14:52:37 -07:00
parent 04835d8e1f
commit b589694f1b

View File

@@ -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