1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-08 15:06:08 +02:00
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

5 lines
63 B
Plaintext

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