Skip to content

Commit 41046ca

Browse files
committed
wip, build debugging
1 parent 13ff168 commit 41046ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
pip install tox
2828
- name: Test
2929
run: |
30-
tox -e ${{ matrix.tox_env }}
30+
tox -e ${{ matrix.tox_env }} -- pytest -svv -k test_fastapi
3131

0 commit comments

Comments
 (0)