try enable print output from pytest
This commit is contained in:
parent
30e80f3486
commit
3622f29b75
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
source actions-ci/install.sh
|
||||
- name: Run Test Suite
|
||||
run: |
|
||||
pytest --random-order --cov-config .coveragerc --cov-report term-missing --cov=circup
|
||||
pytest --random-order --cov-config .coveragerc --cov-report term-missing --cov=circup -rx
|
||||
- name: Build docs
|
||||
working-directory: docs
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue