Fix check target

This commit is contained in:
Mark Sagi-Kazar 2019-12-06 12:49:13 +01:00 committed by Márk Sági-Kazár
parent 2fd264d3d1
commit c4fedd192b

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