fix(ci): act runner compatibility #42

Merged
lerko merged 1 commits from fix/ci-act-runner-compat into main 2026-05-21 15:11:04 +00:00
Owner

Summary

  • Default shell to sh — act runner image lacks bash (exit 127)
  • Drop -race flag — requires CGO which is unavailable in act runner

Test plan

  • CI pipeline passes on this PR
## Summary - Default shell to `sh` — act runner image lacks `bash` (exit 127) - Drop `-race` flag — requires CGO which is unavailable in act runner ## Test plan - [x] CI pipeline passes on this PR
lerko added 1 commit 2026-05-21 15:07:45 +00:00
fix(ci): act runner compatibility
CI / test (pull_request) Successful in 2m28s
a9da5c1765
- Default shell to sh (act runner image lacks bash)
- Drop -race flag (requires cgo, unavailable in act runner)
lerko merged commit 29bd7d3dc6 into main 2026-05-21 15:11:04 +00:00
lerko deleted branch fix/ci-act-runner-compat 2026-05-21 15:11:04 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lerko/nib-v1#42