Commit 2be87468 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Always build during "make test"

parent fa26da29
......@@ -8,7 +8,7 @@ install: gitlab-workhorse
install gitlab-workhorse ${PREFIX}/bin/
.PHONY: test
test: test/data/test.git gitlab-workhorse
test: test/data/test.git clean-workhorse gitlab-workhorse
go fmt | awk '{ print "Please run go fmt"; exit 1 }'
go test
......@@ -22,5 +22,6 @@ test/data:
clean: clean-workhorse
rm -rf test/data test/scratch
.PHONY: clean-workhorse
clean-workhorse:
rm -f gitlab-workhorse
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