Skip to content

Commit 88bc282

Browse files
committed
test: print test logs
1 parent 9498de6 commit 88bc282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
COGNITE_DEV_TOKEN_SCOPES: https://aws-dub-dev.cognitedata.com/.default
5050
COGNITE_INTEGRATION: pythonutils-test
5151
run: |
52-
uv run coverage run --source cognite.extractorutils -m pytest -v tests
52+
uv run coverage run --source cognite.extractorutils -m pytest -v tests -s
5353
uv run coverage xml
5454
5555
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)