Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Dec 6, 2023
1 parent a39216f commit 8700df4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ func run() error {
var g errgroup.Group

for _, testFn := range tests {
testFn := testFn

g.Go(take(func() error {
return testFn(ctx, client, flipt, dynamicLibrary, headerFile, dir)
}))
Expand Down

0 comments on commit 8700df4

Please sign in to comment.