Skip to content

Commit 4264646

Browse files
committed
Adjusting for GitHub Actions
1 parent e29824b commit 4264646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3030
3131
- name: run unit tests [pytest]
32-
run: pytest
32+
run: pytest -s
3333

3434
- name: generate report
3535
run: pytest --cov=./ --cov-report=xml

0 commit comments

Comments
 (0)