Merge branch 'main' of github.com:mattermost/mattermost-octo-tasks into main
This commit is contained in:
commit
262f3c043d
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -27,6 +27,9 @@ server-lint:
|
|||
fi; \
|
||||
cd server; golangci-lint run ./...
|
||||
|
||||
server-test:
|
||||
cd server; go test ./...
|
||||
|
||||
watch-server:
|
||||
cd server; modd
|
||||
|
||||
|
|
Loading…
Reference in a new issue