1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00
focalboard/modd-servertest.conf

4 lines
58 B
Plaintext

**/*.go {
prep: cd server && go test -race -v ./...
}