Commit ede3979f authored by Jacob Vosmaer's avatar Jacob Vosmaer

Also "go fmt" internal packages during "make test"

parent 315356ed
......@@ -9,7 +9,7 @@ install: gitlab-workhorse
.PHONY: test
test: test/data/group/test.git clean-workhorse gitlab-workhorse
go fmt | awk '{ print "Please run go fmt"; exit 1 }'
go fmt . ./internal/... | awk '{ print } END { if (NR > 0) { print "Please run go fmt"; exit 1 } }'
go test ./internal/...
go test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment