Skip to content

Commit

Permalink
Add tag testing when running unit tests (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
outofforest authored Sep 10, 2024
1 parent 384151a commit c42c614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/tools/golang/golang.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func UnitTests(ctx context.Context, deps types.DepsFunc) error {
cmd := exec.Command(
tools.Bin(ctx, "bin/go", tools.PlatformLocal),
"test",
"-tags=testing",
"-count=1",
"-shuffle=on",
"-race",
Expand Down

0 comments on commit c42c614

Please sign in to comment.