Split testing important packages into two jobs (#14256)

* split testing packages in two separate jobs
* speed-up the slowest tests
* special treatment for two packages
This commit is contained in:
Miran
2020-05-07 10:08:05 +02:00
committed by GitHub
parent 0d8507cd3d
commit 5a9b3c27c1
4 changed files with 157 additions and 134 deletions

View File

@@ -8,7 +8,7 @@ jobs:
matrix:
os: [ubuntu-18.04, macos-10.15]
cpu: [amd64]
pkg: [true]
pkg: [1, 2]
name: '${{ matrix.os }} (pkg: ${{ matrix.pkg }})'
runs-on: ${{ matrix.os }}
env: