forked from hasufell/hasufell-repository
github-cli: has test suite now that requires disabling network sandboxing
This commit is contained in:
parent
5830af8d76
commit
f996d6378a
@ -42,3 +42,10 @@ src_install() {
|
|||||||
dobashcompletion gh.bash-completion
|
dobashcompletion gh.bash-completion
|
||||||
dozshcompletion gh.zsh-completion
|
dozshcompletion gh.zsh-completion
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
esandbox disable_net
|
||||||
|
default
|
||||||
|
esandbox enable_net
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user