act_runner/pkg
silverwind 4fdf9ab904
Fix executor_test.go: ErrorIs arg order, wrong target, and data races
- TestNewParallelExecutorFailed: fix assert.ErrorIs argument order
- TestNewParallelExecutorCanceled: check for context.Canceled (not the
  executor error) since NewParallelExecutor returns ctx.Err() when
  context is cancelled; use atomic counter to fix data race
- TestNewParallelExecutor: use atomic counters to fix data race with
  concurrent goroutines

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 08:06:05 +01:00
..
artifactcache Fix all 93 lint-go errors 2026-02-23 13:59:05 +01:00
artifacts more lint errors 2026-02-23 00:30:44 +01:00
common Fix executor_test.go: ErrorIs arg order, wrong target, and data races 2026-02-24 08:06:05 +01:00
container Fix all 93 lint-go errors 2026-02-23 13:59:05 +01:00
exprparser fixes 2026-02-22 21:12:25 +01:00
filecollector assert => require 2026-02-22 21:00:42 +01:00
gh Use gh auth token for default GITHUB_TOKEN secret (#43) 2025-02-01 11:07:17 +01:00
lookpath exclude act pkg from vet 2026-02-23 23:33:02 +01:00
model Fix all 93 lint-go errors 2026-02-23 13:59:05 +01:00
runner fix last error 2026-02-23 14:09:30 +01:00
schema fixes 2026-02-22 21:12:25 +01:00
tart auto adjust code 2026-02-22 20:58:46 +01:00
workflowpattern Fix all 93 lint-go errors 2026-02-23 13:59:05 +01:00