github-cli: has test suite now that requires disabling network sandboxing

This commit is contained in:
Paul Mulders 2021-05-22 22:14:54 +02:00
parent 5830af8d76
commit f996d6378a
1 changed files with 7 additions and 0 deletions

View File

@ -42,3 +42,10 @@ src_install() {
dobashcompletion gh.bash-completion
dozshcompletion gh.zsh-completion
}
src_test() {
esandbox disable_net
default
esandbox enable_net
}