craban/modd-test.conf

8 lines
120 B
Plaintext

{
prep: echo "Starting tests in watch mode"
}
server/**/*.go {
indir: server
prep: go test -v -race ./...
}