mirror of
https://github.com/samschott/maestral.git
synced 2024-11-11 11:36:35 +03:00
don't fail fast in pytest
This commit is contained in:
parent
071f9337d5
commit
4eda5d3dfe
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -181,7 +181,7 @@ jobs:
|
||||
|
||||
- name: Test with pytest
|
||||
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
|
||||
uses: codecov/codecov-action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user