mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
The check is done through
```
if [[ $(go list -f '{{ join .Deps " "}}') == *" testing "* ]]; then
error..
fi
```
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>