mirror of
https://github.com/pushbits/server.git
synced 2025-06-05 20:22:01 +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 |