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 8823b37 commit fd48321Copy full SHA for fd48321
.github/workflows/build.yml
@@ -330,7 +330,7 @@ jobs:
330
if [[ "$TEST_SUITE_TAGS" == "all" ]]; then
331
TIMEOUT=120m
332
fi
333
- SHELL='${{ matrix.sys.shell }}' go test -timeout $TIMEOUT -v `go list ./... | grep "integration"` -json 2>&1 | gotestfmt -hide empty-packages
+ SHELL='${{ matrix.sys.shell }}' go test -timeout $TIMEOUT -v `go list ./... | grep "integration"` -json | gotestfmt -hide empty-packages
334
continue-on-error: ${{ github.event_name == 'schedule' }}
335
env:
336
INTEGRATION_TEST_USERNAME: ${{ secrets.INTEGRATION_TEST_USERNAME }}
0 commit comments