Skip to content

Commit ed5cc41

Browse files
committed
remove -rx flag to make parsing logs easier
1 parent 54a74b9 commit ed5cc41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
5454
- name: Test with pytest
5555
run: |
56-
pytest -s -rx tests
56+
pytest -s tests

0 commit comments

Comments
 (0)