We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go test
1 parent 05f3489 commit 823ea6dCopy full SHA for 823ea6d
.github/workflows/ci.yaml
@@ -118,7 +118,7 @@ jobs:
118
119
- run: |
120
set -o pipefail &&
121
- ${{ matrix.env }} go test -v -json -tags "${{ matrix.tags }}" -timeout "${{ matrix.timeout }}" ./tests ./tests/csapi ${{ matrix.packages }} | .ci/scripts/gotestfmt
+ ${{ matrix.env }} go test -v -json -tags "${{ matrix.tags }}" -timeout "${{ matrix.timeout }}" ./tests ./tests/csapi ${{ matrix.packages }}
122
shell: bash # required for pipefail to be A Thing. pipefail is required to stop gotestfmt swallowing non-zero exit codes
123
name: Run Complement Tests
124
env:
0 commit comments