main

mattermost/focalboard

Last updated at: 28/12/2023 01:37

modd-servertest.conf

TLDR

The modd-servertest.conf file executes the go test command for all .go files in the server directory, using the specified build tags, with race detection enabled and verbosity turned on.

**/*.go {
    prep: cd server && go test -tags "$FOCALBOARD_BUILD_TAGS" -race -v ./...
}