Commit Graph

4 Commits

Author SHA1 Message Date
lerko a9da5c1765 fix(ci): act runner compatibility
CI / test (pull_request) Successful in 2m28s
- Default shell to sh (act runner image lacks bash)
- Drop -race flag (requires cgo, unavailable in act runner)
2026-05-21 11:07:37 -04:00
lerko b9b3f99be9 Revert "fix(ci): use sh instead of bash for act runner compatibility"
CI / test (push) Failing after 13s
This reverts commit cae651302a.
2026-05-21 11:07:10 -04:00
lerko cae651302a fix(ci): use sh instead of bash for act runner compatibility
CI / test (push) Failing after 1m25s
Gitea act runner image lacks bash, causing all run steps to fail with
exit 127. Default shell to sh which is available in all images.
2026-05-21 10:54:34 -04:00
lerko 50b80f4407 ci: add Gitea Actions workflow for test and lint on PR 2026-05-20 20:42:16 -04:00