There was an error while loading. Please reload this page.
1 parent 216ba0d commit a4413daCopy full SHA for a4413da
2 files changed
.github/workflows/ci.yml
@@ -141,7 +141,7 @@ jobs:
141
python-version: ${{ matrix.python-version }}
142
- name: test
143
run: |
144
- poetry run pytest -s tests
+ poetry run pytest -vv -s --tb=long tests
145
146
build-docs:
147
name: "🧱 Build Documentation"
Makefile
@@ -43,7 +43,7 @@ doctest: ## Run doctests
43
44
.PHONY: unit-test
45
unit-test: ## Run unit tests
46
47
48
.PHONY: test
49
test: ## Run all tests
0 commit comments