Skip to content

Commit 22c8daf

Browse files
Update pylint.yml
1 parent 9858563 commit 22c8daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pip install -r requirements.txt
2020
- name: Execute Test Cases
2121
run: |
22-
pytest -v --runxfail
22+
pytest -v
2323
- name: Execute Lint
2424
run: |
2525
pylint app/core/*.py

0 commit comments

Comments
 (0)