don't fail fast in pytest

This commit is contained in:
samschott 2022-05-24 10:13:20 +02:00
parent 071f9337d5
commit 4eda5d3dfe

View File

@ -181,7 +181,7 @@ jobs:
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest -x --verbose --cov=maestral --cov-report=xml tests/linked/integration --fs-observer ${{ matrix.observer }} pytest --verbose --cov=maestral --cov-report=xml tests/linked/integration --fs-observer ${{ matrix.observer }}
- name: Upload Code Coverage - name: Upload Code Coverage
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3