ci: enable overall test timeout
This commit is contained in:
2
.github/workflows/ci-scripts-build.yml
vendored
2
.github/workflows/ci-scripts-build.yml
vendored
@ -163,7 +163,7 @@ jobs:
|
||||
- name: Build main module
|
||||
run: python .ci/cue.py build
|
||||
- name: Run main module tests
|
||||
run: python .ci/cue.py test
|
||||
run: python .ci/cue.py -T 20M test
|
||||
- name: Upload tapfiles Artifact
|
||||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Reference in New Issue
Block a user