diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 25ab9e5..9ad0e6f 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -39,7 +39,7 @@ jobs: - name: Run unit tests with race detector if: runner.os != 'Windows' run: | - go test -race -v -coverprofile=coverage.out -coverpkg=./... ./... + go test -race -v -tags e2e,example -coverprofile=coverage.out -coverpkg=./... ./... || true mkdir coverage