Skip to content

Commit

Permalink
Log output of successful tests in "sources" CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed May 19, 2023
1 parent 099800b commit 177a2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
SDMX_TEST_DATA: ./sdmx-test-data/
run: |
pytest -m "network" -k Test${{ matrix.source }} \
--color=yes --durations=30 -ra --verbose \
--color=yes --durations=30 -rA --verbose \
--cov-report=xml \
--numprocesses=auto
Expand Down

0 comments on commit 177a2b5

Please sign in to comment.