Merge remote-tracking branch 'justinkb/gh-cli-bump-fix-tests'

This commit is contained in:
Julian Ospald 2021-06-02 11:16:08 +02:00
commit 035c968f4d
Signed by untrusted user: hasufell
GPG Key ID: 3786C5262ECB4A3F
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
}