We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ad518f + f1948a3 commit f9ae796Copy full SHA for f9ae796
Makefile
@@ -67,7 +67,7 @@ checkmd: $(MD_FILES)
67
.PHONY: test
68
test: vendor
69
gpg --import pgp/sops_functional_tests_key.asc 2>&1 1>/dev/null || exit 0
70
- LANG=en_US.UTF-8 $(GO) test $(GO_TEST_FLAGS) ./...
+ unset SOPS_AGE_KEY_FILE; LANG=en_US.UTF-8 $(GO) test $(GO_TEST_FLAGS) ./...
71
72
.PHONY: showcoverage
73
showcoverage: test
0 commit comments