mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-16 20:25:20 -06:00
iterate
This commit is contained in:
6
.github/workflows/ci-go-tests.yaml
vendored
6
.github/workflows/ci-go-tests.yaml
vendored
@@ -54,9 +54,9 @@ jobs:
|
||||
IFS=$'\n'
|
||||
file_arr=($files)
|
||||
IFS=$SAVEIFS
|
||||
ls "$MSYS2_LOCATION"
|
||||
"$MSYS2_LOCATION"/mingw64 -h
|
||||
set -x
|
||||
ls "$MSYS2_LOCATION"
|
||||
"$MSYS2_LOCATION"/mingw64.exe -h
|
||||
|
||||
for (( i=0; i<${#file_arr[@]}; i++ ))
|
||||
do
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
fi
|
||||
|
||||
echo "Testing Package: ${file_arr[$i]}"
|
||||
"$MSYS2_LOCATION"/mingw64 -c 'go test -vet=off -timeout 45m '"${file_arr[$i]}"
|
||||
"$MSYS2_LOCATION"/mingw64.exe -c 'go test -vet=off -timeout 45m '"${file_arr[$i]}"
|
||||
succeeded=$(echo "$?")
|
||||
if [ "$succeeded" -ne 0 ]; then
|
||||
echo "Testing failed in package ${file_arr[$i]}"
|
||||
|
||||
Reference in New Issue
Block a user