Skip to content

Commit

Permalink
Add tag testing when running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
outofforest committed Sep 10, 2024
1 parent 384151a commit 9009c5d
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 9009c5d

Please sign in to comment.