craban/modd-test.conf
2021-09-13 21:58:52 +02:00

8 lines
No EOL
120 B
Text

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