diff --git a/Makefile b/Makefile index d0e22c059..bce320f3b 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ checkmd: $(MD_FILES) .PHONY: test test: vendor gpg --import pgp/sops_functional_tests_key.asc 2>&1 1>/dev/null || exit 0 - $(GO) test $(GO_TEST_FLAGS) ./... + LANG=en_US.UTF-8 $(GO) test $(GO_TEST_FLAGS) ./... .PHONY: showcoverage showcoverage: test