Skip to content

Commit 05a91c6

Browse files
test
Signed-off-by: francesco-racciatti <[email protected]>
1 parent a891d34 commit 05a91c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sweep:
3535
go test $(TEST) -v -sweep=$(SWEEP) $(SWEEPARGS)
3636

3737
test: fmtcheck
38-
go test $(TEST) -tags=unit -timeout=30s -parallel=4
38+
go test $(TEST) -v -tags=unit -timeout=30s -parallel=4
3939

4040
testacc: fmtcheck
4141
CGO_ENABLED=1 TF_ACC=1 go test $(TEST) -v $(TESTARGS) -tags=$(TEST_SUITE) -timeout 120m -race -parallel=1

0 commit comments

Comments
 (0)