diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/example/test.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/integration/example/test.sh b/test/integration/example/test.sh index 6991697..f7b16e6 100755 --- a/test/integration/example/test.sh +++ b/test/integration/example/test.sh @@ -177,11 +177,7 @@ test_one_repo() { main() { trap cleanup EXIT - if [ -z "${CI+y}" ]; then - # Skip this on CI; there're no SSH keys to authenticate against GitHub, - # etc. there. - test_ssh - fi + test_ssh test_https test_one_repo } |