Skip to content

Commit 3543f5e

Browse files
committed
Do not fail at first
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent d8d0178 commit 3543f5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- name: Test with coverage (only on 3.12)
3232
if: matrix.python-version == '3.12'
3333
run: |
34-
pytest -xvs tests/ --cov=arcsecond --cov-report=xml:coverage.xml
34+
pytest -vvs tests/ --cov=arcsecond --cov-report=xml:coverage.xml
3535
3636
- name: Test without coverage
3737
if: matrix.python-version != '3.12'
38-
run: pytest -xvs tests/
38+
run: pytest -vvs tests/
3939

4040
- name: Upload coverage artifact (only on 3.12)
4141
if: matrix.python-version == '3.12'

0 commit comments

Comments
 (0)