Skip to content

Commit bf8c934

Browse files
committed
test: add debug flag
1 parent ee37999 commit bf8c934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
# Set CWD (editable install would normally do this)
7474
PYTHONPATH: "${{ github.workspace }}/src:${{ github.workspace }}/examples/src"
75-
run: literary test
75+
run: literary test --debug
7676
publish:
7777
name: Publish to PyPI
7878
needs: [dist, checks]

0 commit comments

Comments
 (0)