Commit beb6dfe7 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Add success message after "make test"

parent ddd45413
......@@ -11,6 +11,7 @@ install: gitlab-workhorse
test: testdata/data/group/test.git clean-workhorse gitlab-workhorse
go fmt ./... | awk '{ print } END { if (NR > 0) { print "Please run go fmt"; exit 1 } }'
go test ./...
@echo SUCCESS
coverage: testdata/data/group/test.git
go test -cover -coverprofile=test.coverage
......
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