Update pylint.yml with pytest
This commit is contained in:
parent
e91493d5b7
commit
eb3cd54df0
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pylint.yml
vendored
5
.github/workflows/pylint.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Python Lint
|
||||
name: Test
|
||||
|
||||
on: [push]
|
||||
|
||||
|
@ -21,3 +21,6 @@ jobs:
|
|||
- name: Analysing the code with flake8
|
||||
run: |
|
||||
flake8 --max-line-length 120 $(git ls-files '*.py')
|
||||
- name: Run tests with pytest
|
||||
run: |
|
||||
pytest
|
||||
|
|
Loading…
Add table
Reference in a new issue