Commit b5493f53 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Rename path helper

parent 8aa52cff
......@@ -19,7 +19,7 @@ install: gitlab-workhorse gitlab-zip-cat
.PHONY: test
test: testdata/data/group/test.git clean-workhorse all
go fmt ./... | awk '{ print } END { if (NR > 0) { print "Please run go fmt"; exit 1 } }'
support/path-add-current go test ./...
support/path go test ./...
@echo SUCCESS
coverage: testdata/data/group/test.git
......
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