Skip to content

Commit

Permalink
test: tried -v flag for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
onikonychev committed Jun 11, 2024
1 parent fde2383 commit 8a50e0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/make/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ test-coverage-integration:
go test ./... \
-coverprofile=coverage.txt \
-covermode=atomic \
-race
-race \
-v

# Require Python3
.PHONY: test-create-test-cases
Expand Down

0 comments on commit 8a50e0e

Please sign in to comment.