You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test phase to avoid Android CGO issues
- Set GOOS/GOARCH environment variables during test phase
- Prevents Android CGO linking errors during go test
- PowerShell uses windows/amd64, bash uses linux/amd64 for tests