focalboard/modd-servertest.conf
Miguel de la Cruz 9086246fb5
Adds modd based targets that watch both server and webapp (#1257)
* Adds modd based targets that watch both server and webapp

* Add modd precheck to related targets
2021-09-22 15:40:04 +02:00

4 lines
63 B
Text

**/*.go {
indir: server
prep: go test -race -v ./...
}