Skip to content

Commit

Permalink
Fix CI config matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jun 8, 2020
1 parent 837138b commit 79dca0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: Test suite
on: [push]

jobs:
run_unit_tests:
runs-on: [ubuntu-18.04, ubuntu-20.04, macos-10.15]
unit_tests:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 8
matrix:
os: [ubuntu-18.04, macos-10.15]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 79dca0e

Please sign in to comment.