mirror of
https://github.com/spf13/viper
synced 2024-11-04 20:27:02 +00:00
Fix check target
This commit is contained in:
parent
2fd264d3d1
commit
c4fedd192b
1 changed files with 1 additions and 1 deletions
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 a new issue