3 lines
89 B
Text
3 lines
89 B
Text
**/*.go {
|
|
prep: cd server && go test -tags "$FOCALBOARD_BUILD_TAGS" -race -v ./...
|
|
}
|