Skip to content

Commit 90477b5

Browse files
cainejettelildude
andauthored
Remove testing from script/cibuild
Co-authored-by: Colin Seymour <[email protected]>
1 parent 5a42c54 commit 90477b5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

script/cibuild

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ set -e
66
export GHE_VERBOSE_SSH=true
77

88
res=true
9-
version=2.21.0
10-
echo "==> Running test suite with GHE_TEST_REMOTE_VERSION=$version"
11-
export GHE_TEST_REMOTE_VERSION="$version"
12-
if ! find test -name "test-*.sh" -print0 | xargs -0 -P 4 -n 1 /bin/bash; then
13-
res=false
14-
fi
15-
echo
169

1710
# If any of the tests above failed, exit non-zero
1811
$res

0 commit comments

Comments
 (0)