Skip to content

Commit 15b0658

Browse files
committed
Show skipped
1 parent 3eb9900 commit 15b0658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Test with pytest
5151
env:
5252
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
53-
run: pytest -v -n 2 --cov=segmentation_models_pytorch --cov-report=xml --cov-config=pyproject.toml
53+
run: pytest -v -rsx -n 2 --cov=segmentation_models_pytorch --cov-report=xml --cov-config=pyproject.toml
5454
- name: Upload coverage reports to Codecov
5555
uses: codecov/codecov-action@v5
5656
with:
@@ -74,4 +74,4 @@ jobs:
7474
run: |
7575
python -m pip list
7676
- name: Test with pytest
77-
run: pytest -v -n 2
77+
run: pytest -v -rsx -n 2

0 commit comments

Comments
 (0)