ci: Run the whole test suite

This commit is contained in:
Alex Pyrgiotis 2025-03-12 21:55:19 +02:00
parent 8b85a901ad
commit f34624c1f7
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -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