Skip to content

Commit

Permalink
Add output information for XPassing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Aug 13, 2024
1 parent 331e61c commit b2f8c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Run tests
run: |
source .venv/bin/activate
pytest --backend ${{ matrix.backend }} --postgres-dsn "postgresql://postgres:postgres@localhost:5432/test" --cov-report xml:.coverage.xml --cov-report term --cov=ixmp4 -rsx --benchmark-skip --color=yes
pytest --backend ${{ matrix.backend }} --postgres-dsn "postgresql://postgres:postgres@localhost:5432/test" --cov-report xml:.coverage.xml --cov-report term --cov=ixmp4 -rsxX --benchmark-skip --color=yes
pre-commit:
name: Code quality
Expand Down

0 comments on commit b2f8c59

Please sign in to comment.