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
chore: Update Go test command with timeout option
This commit updates the Go test command in the `.github/workflows/ci.yml` file to include the `--timeout 30s` option. This ensures that the tests have a maximum execution time of 30 seconds.