mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
ci: Run the whole test suite
This commit is contained in:
parent
8b85a901ad
commit
f34624c1f7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/large-tests.yml
vendored
4
.github/workflows/large-tests.yml
vendored
|
@ -82,9 +82,9 @@ jobs:
|
|||
poetry run ./dev_scripts/dangerzone-cli tests/test_docs/sample-pdf.pdf
|
||||
|
||||
- name: Run large tests
|
||||
continue-on-error: true # we expect test failures
|
||||
continue-on-error: true # We expect test failures
|
||||
run: |-
|
||||
export TEST_GROUP_COUNT=2000
|
||||
export TEST_GROUP_COUNT=20
|
||||
export TEST_GROUP=${{ matrix.group }}
|
||||
poetry run make test-large
|
||||
|
||||
|
|
Loading…
Reference in a new issue