mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
WIP: Sample a few of the tests to make things go quicker
This commit is contained in:
parent
41d85a5993
commit
fc9f6eac49
1 changed files with 1 additions and 1 deletions
2
.github/workflows/large-tests.yml
vendored
2
.github/workflows/large-tests.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
||||||
- name: Run large tests
|
- name: Run large tests
|
||||||
continue-on-error: true # we expect test failures
|
continue-on-error: true # we expect test failures
|
||||||
run: |-
|
run: |-
|
||||||
export TEST_GROUP_COUNT=20
|
export TEST_GROUP_COUNT=2000
|
||||||
export TEST_GROUP=${{ matrix.group }}
|
export TEST_GROUP=${{ matrix.group }}
|
||||||
poetry run make test-large
|
poetry run make test-large
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue