Skip to content

Commit a4413da

Browse files
committed
Increate test verbosity
1 parent 216ba0d commit a4413da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
python-version: ${{ matrix.python-version }}
142142
- name: test
143143
run: |
144-
poetry run pytest -s tests
144+
poetry run pytest -vv -s --tb=long tests
145145
146146
build-docs:
147147
name: "🧱 Build Documentation"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ doctest: ## Run doctests
4343

4444
.PHONY: unit-test
4545
unit-test: ## Run unit tests
46-
poetry run pytest -s tests
46+
poetry run pytest -vv -s --tb=long tests
4747

4848
.PHONY: test
4949
test: ## Run all tests

0 commit comments

Comments
 (0)