mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-24 11:39:03 -05:00
.github/workflows/ci-go-tests.yaml: Try msys2.exe.
This commit is contained in:
@@ -64,7 +64,7 @@ jobs:
|
||||
fi
|
||||
|
||||
echo "Testing Package: ${file_arr[$i]}"
|
||||
"$MSYS2_LOCATION"/bin/msys2 -c 'go.exe test -c -vet=off -o gotest.exe '"${file_arr[$i]}"
|
||||
"$MSYS2_LOCATION"/bin/msys2.exe -c 'go.exe test -c -vet=off -o gotest.exe '"${file_arr[$i]}"
|
||||
./gotest.exe -test.timeout 45m
|
||||
rm gotest.exe
|
||||
succeeded=$(echo "$?")
|
||||
|
||||
Reference in New Issue
Block a user