summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2020-12-20 19:15:04 +0100
committerGitHub <noreply@github.com>2020-12-20 19:15:04 +0100
commit4a7c10bfba8b3de2ace87c8c1798d87e82dd8afd (patch)
tree3c5dace9230870a9c9930823ea8070e250dd16aa /Makefile
parent69fbb79d64a60ab07ce2f65e494d55965a3c0b8c (diff)
feat: Git write-back of parameters (#133)
* feat: Initial support for persisting changes in Git Signed-off-by: jannfis <jann@mistrust.net> * Fix unit test Signed-off-by: jannfis <jann@mistrust.net> * Fix up some stuff Signed-off-by: jannfis <jann@mistrust.net> * More tests and fix mocks Signed-off-by: jannfis <jann@mistrust.net> * Spellings * Spellings * Spellings * Fix lint Signed-off-by: jannfis <jann@mistrust.net> * Disable GPG tests * Typo * Exclude ext code from tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7d12c3..588afcd 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ mod-vendor:
.PHONY: test
test:
- go test -coverprofile coverage.out `go list ./... | egrep -v '(test|mocks)'`
+ go test -coverprofile coverage.out `go list ./... | egrep -v '(test|mocks|ext/)'`
.PHONY: prereq
prereq: