structure/test.sh
2019-04-11 01:07:09 +08:00

2 lines
49 B
Bash

for d in ./*/ ; do (cd "$d" && go test -v); done