mirror of
https://github.com/pushbits/server.git
synced 2025-04-30 02:36:53 +02:00
1 line
No EOL
75 B
Bash
1 line
No EOL
75 B
Bash
find . -name '*.go' -printf '%h\n' | sort -u | xargs -n1 -P1 go test -cover |