Fix check target

This commit is contained in:
Mark Sagi-Kazar 2019-12-06 12:49:13 +01:00
parent 05fdacfe48
commit 58fab6b53e
No known key found for this signature in database
GPG key ID: 34CC109EB5ED1C2A

View file

@ -24,7 +24,7 @@ clear: ## Clear the working area and the project
rm -rf bin/
.PHONY: check
check: lint ## Run tests and linters
check: test lint ## Run tests and linters
bin/gotestsum: bin/gotestsum-${GOTESTSUM_VERSION}
@ln -sf gotestsum-${GOTESTSUM_VERSION} bin/gotestsum