1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00
focalboard/modd-servertest.conf
Mattermost Build 3a7361e8d8
Add sqlite3 tag to modd files and linux app build (#4218) (#4220)
(cherry picked from commit b582e5920c)

Co-authored-by: Miguel de la Cruz <miguel@mcrx.me>
2022-11-16 16:57:43 +01:00

4 lines
89 B
Plaintext

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