1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-03 08:45:40 +02:00
focalboard/modd-servertest.conf

4 lines
58 B
Plaintext

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