Skip to content

Commit 7212802

Browse files
committed
[Test][CI] Adds report artifact
1 parent 0657b9a commit 7212802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run tests with uv (from tests directory)
4646
run: |
4747
cd tests
48-
uv run pytest -q
48+
uv run pytest -v --junitxml=tests.xml
4949
env:
5050
PYTHONPATH: "${{ github.workspace }}"
5151

0 commit comments

Comments
 (0)