.github/workflows/ci-go-tests.yaml: Try msys2.exe.

This commit is contained in:
Aaron Son
2025-09-04 11:58:57 -07:00
parent 74d8981a1f
commit 03e39ce82d
+1 -1
View File
@@ -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 "$?")