mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-19 20:32:00 +02:00
4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
**/*.go {
|
|
prep: cd server && go test -tags "$FOCALBOARD_BUILD_TAGS" -race -v ./...
|
|
}
|