Force unit tests to run make server-test
(#1170)
This commit is contained in:
parent
bb4b463a4f
commit
56931abd34
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -87,7 +87,7 @@ server-lint: ## Run linters on server code.
|
|||
cd mattermost-plugin; golangci-lint run ./...
|
||||
|
||||
server-test: ## Run server tests
|
||||
cd server; go test -race -v ./...
|
||||
cd server; go test -race -v -count=1 ./...
|
||||
|
||||
watch-server: ## Run server watching for changes with modd (https://github.com/cortesi/modd).
|
||||
cd server; modd
|
||||
|
|
Loading…
Reference in a new issue