ci: enable overall test timeout
This commit is contained in:
@ -107,7 +107,7 @@ build_script:
|
|||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cmd: python -m ci_core_dumper install
|
- cmd: python -m ci_core_dumper install
|
||||||
- cmd: python .ci/cue.py test
|
- cmd: python .ci/cue.py -T 20M test
|
||||||
|
|
||||||
on_finish:
|
on_finish:
|
||||||
- ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
- ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||||
|
2
.ci
2
.ci
Submodule .ci updated: 3db08b5977...2464284271
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
|
- name: Build main module
|
||||||
run: python .ci/cue.py build
|
run: python .ci/cue.py build
|
||||||
- name: Run main module tests
|
- name: Run main module tests
|
||||||
run: python .ci/cue.py test
|
run: python .ci/cue.py -T 20M test
|
||||||
- name: Upload tapfiles Artifact
|
- name: Upload tapfiles Artifact
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Reference in New Issue
Block a user