chore: CI fixes

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Jan-Otto Kröpke
2025-04-06 12:08:43 +02:00
parent aa7157e27c
commit 9ed3769765
4 changed files with 9 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ func TestRun(t *testing.T) {
},
} {
t.Run(tc.name, func(t *testing.T) {
ctx, cancel := context.WithCancel(t.Context())
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
if tc.config != "" {