Skip to content

Commit 734ff74

Browse files
committed
adding debug to test
1 parent 7b6edf1 commit 734ff74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip install -e .
3232
3333
- name: Run tests
34-
run: pytest -m unit --cov=wfcommons tests/
34+
run: pytest -s -v -m unit --cov=wfcommons tests/
3535

3636
- name: Upload coverage
3737
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)