forked from mirror/viper
Fix check target
This commit is contained in:
parent
2fd264d3d1
commit
c4fedd192b
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ clear: ## Clear the working area and the project
|
||||||
rm -rf bin/
|
rm -rf bin/
|
||||||
|
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
check: lint ## Run tests and linters
|
check: test lint ## Run tests and linters
|
||||||
|
|
||||||
bin/gotestsum: bin/gotestsum-${GOTESTSUM_VERSION}
|
bin/gotestsum: bin/gotestsum-${GOTESTSUM_VERSION}
|
||||||
@ln -sf gotestsum-${GOTESTSUM_VERSION} bin/gotestsum
|
@ln -sf gotestsum-${GOTESTSUM_VERSION} bin/gotestsum
|
||||||
|
|
Loading…
Reference in New Issue