CI config update

pull/384/head
Eren Gölge 2021-03-11 18:41:35 +01:00
parent 739584ec93
commit ddab50b515
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ on:
push:
branches:
- master
- dev
pull_request:
types: [opened, synchronize, reopened]
jobs:
@ -47,7 +46,7 @@ jobs:
python3 setup.py egg_info
- name: Lint check
run: |
cardboardlinter --refspec main -n auto
cardboardlinter -n auto
- name: Unit tests
run: nosetests tests --nocapture --processes=0 --process-timeout=20 --process-restartworker
- name: Test scripts