github-cli: bump to latest version and allow test suite to run properly #51

Manually merged
hasufell merged 2 commits from justinkb/hasufell-repository:gh-cli-bump-fix-tests into master 2021-06-02 09:16:20 +00:00
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
}