Skip to content

Commit

Permalink
chore(dagger): run unit tests 5 times repeatedly
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed May 11, 2024
1 parent abfaca7 commit ba5deb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (m *Reverst) TestUnit(
WithEnvVariable("CGO_ENABLED", "1").
WithMountedDirectory("/src", source).
WithWorkdir("/src").
WithExec([]string{"go", "test", "-race", "./..."}).
WithExec([]string{"go", "test", "-race", "-count=5", "./..."}).
Stdout(ctx)
if err != nil {
return out, err
Expand Down

0 comments on commit ba5deb7

Please sign in to comment.