Skip to content

Commit 049f4da

Browse files
committed
remove verbose flag from integration tests
1 parent f8d499c commit 049f4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
go-version: ${{ matrix.go-version }}
7979
cache: true
8080
- name: Integration test
81-
run: go test -race -tags integration -coverpkg=./... -coverprofile integration-secure.txt -covermode atomic -v ./tests/integration
81+
run: go test -race -tags integration -coverpkg=./... -coverprofile integration-secure.txt -covermode atomic ./tests/integration
8282
- name: Upload Test secure connection coverage report to Codecov
8383
uses: codecov/codecov-action@v4
8484
with:

0 commit comments

Comments
 (0)