mirror of
https://github.com/pushbits/server.git
synced 2025-05-02 19:56:15 +02:00
1 line
76 B
Bash
1 line
76 B
Bash
find . -name '*.go' -printf '%h\n' | sort -u | xargs -n1 -P1 go test -cover
|