Skip to content

Commit

Permalink
Merge pull request #1595 from duthils/fix-test-env
Browse files Browse the repository at this point in the history
tests: ignore env var SOPS_AGE_KEY_FILE
  • Loading branch information
felixfontein authored Sep 4, 2024
2 parents 4ad518f + f1948a3 commit f9ae796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
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) ./...

.PHONY: showcoverage
showcoverage: test
Expand Down

0 comments on commit f9ae796

Please sign in to comment.