Fixed workflow
Go / build (pull_request) Successful in 7s
Go / Test (pull_request) Successful in 35s

This commit is contained in:
2026-05-29 17:19:42 -04:00
parent 2982eb51c1
commit 546e7e68d6
+2
View File
@@ -127,6 +127,8 @@ jobs:
cat > ~/.gitconfig << "EOF" cat > ~/.gitconfig << "EOF"
[url "ssh://git@${{ secrets.GIT_HOST_ROOT }}"] [url "ssh://git@${{ secrets.GIT_HOST_ROOT }}"]
insteadOf = https://${{ secrets.GIT_HOST_ROOT }} insteadOf = https://${{ secrets.GIT_HOST_ROOT }}
[url "ssh://git@${{ secrets.GIT_HOST_ROOT }}"]
insteadOf = http://${{ secrets.GIT_HOST_ROOT }}
EOF EOF
go test -v ./... go test -v ./...