Skip to content

Commit e92c87f

Browse files
committed
lets hunt deadlocks
1 parent f6ebc1f commit e92c87f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
COGNITE_BASE_URL: ${{ vars.CDF_BASE_URL_CI }}
7070
COGNITE_CLIENT_NAME: python-sdk-integration-tests
7171
# Testpaths are defined in the pytest.ini file:
72-
run: pytest --durations=10 --cov --cov-report term --cov-report xml:coverage.xml -n8 --dist loadscope --reruns 2 --maxfail 20
72+
# run: pytest --durations=10 --cov --cov-report term --cov-report xml:coverage.xml -n8 --dist loadscope --reruns 2 --maxfail 20
73+
run: pytest --durations=10 --cov --cov-report term --cov-report xml:coverage.xml --reruns 2 --maxfail 20 -vv
7374

7475
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
7576
if: matrix.os == 'windows-latest' && matrix.python-version == '3.10'

0 commit comments

Comments
 (0)