Lower timeout and added spawn_backend to name of jobs

matrix
Guillermo Rodriguez 2020-09-02 11:31:10 -03:00
parent 406ded7311
commit 4d7a16b304
No known key found for this signature in database
GPG Key ID: 3F61096EC7DF75A8
1 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@ on: push
jobs:
mypy:
name: 'MyPy'
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- name: Checkout
@ -20,8 +19,8 @@ jobs:
run: mypy tractor/ --ignore-missing-imports
testing:
name: '${{ matrix.os }} Python ${{ matrix.python }}'
timeout-minutes: 20
name: '${{ matrix.os }} Python ${{ matrix.python }} - ${{ matrix.spawn_backend }}'
timeout-minutes: 10
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false