1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Adding the test task at the root directory

This commit is contained in:
Jesús Espino 2020-10-21 22:23:01 +02:00
parent 277505e6f9
commit 7a515f3ddd

View File

@ -27,6 +27,9 @@ server-lint:
fi; \
cd server; golangci-lint run ./...
server-test:
cd server; go test ./...
watch-server:
cd server; modd