We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d499c commit 049f4daCopy full SHA for 049f4da
.github/workflows/tests.yml
@@ -78,7 +78,7 @@ jobs:
78
go-version: ${{ matrix.go-version }}
79
cache: true
80
- name: Integration test
81
- run: go test -race -tags integration -coverpkg=./... -coverprofile integration-secure.txt -covermode atomic -v ./tests/integration
+ run: go test -race -tags integration -coverpkg=./... -coverprofile integration-secure.txt -covermode atomic ./tests/integration
82
- name: Upload Test secure connection coverage report to Codecov
83
uses: codecov/codecov-action@v4
84
with:
0 commit comments