ci config update

This commit is contained in:
Eren Gölge 2021-03-08 05:12:58 +01:00
parent 9a48ba3821
commit d01546de42
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ jobs:
python3 setup.py egg_info
- name: Lint check
run: |
python3 -m pip install --quiet --upgrade cardboardlint pylint
cardboardlinter --refspec ${GITHUB_BASE_REF} -n auto
- name: Unit tests
run: nosetests tests --nocapture --processes=0 --process-timeout=20 --process-restartworker