Skip to content

Commit f720ae3

Browse files
authored
Merge branch 'main' into normalization
2 parents 1be496a + 0399262 commit f720ae3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Tests
7171
run: |
72-
pytest --cov --cov-report=xml
72+
pytest -vv --cov --cov-report=xml
7373
7474
- name: Upload coverage to Codecov
7575
uses: codecov/codecov-action@v4

docs/changes/50.maintenance.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Increase verbosity of tests in CI

0 commit comments

Comments
 (0)