We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0dbd0 commit 08d8bafCopy full SHA for 08d8baf
1 file changed
.github/workflows/ci.yml
@@ -322,6 +322,7 @@ jobs:
322
ENABLE_CRI_SANDBOXES: ${{ matrix.enable_cri_sandboxes }}
323
GOTESTSUM_JUNITFILE: ${{github.workspace}}/test-integration-serial-junit.xml
324
GOTESTSUM_JSONFILE: ${{github.workspace}}/test-integration-serial-gotest.json
325
+ EXTRA_TESTFLAGS: "-timeout=20m"
326
run: mingw32-make.exe integration
327
- run: if [ -f *-gotest.json ]; then echo '# Integration 1' >> $GITHUB_STEP_SUMMARY; teststat -markdown *-gotest.json >> $GITHUB_STEP_SUMMARY; fi
328
if: always()
0 commit comments