summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2020-05-07 10:08:05 +0200
committerGitHub <noreply@github.com>2020-05-07 10:08:05 +0200
commit5a9b3c27c1882eb1b7ab8845e4ff0c8a3c9f5835 (patch)
treee08e876c5ba8553aa8dbc309e54b76a59d999d0a /.github
parent0d8507cd3da4f8c5ec3d7a627bb2c8918ff804c8 (diff)
downloadNim-5a9b3c27c1882eb1b7ab8845e4ff0c8a3c9f5835.tar.gz
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_packages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_packages.yml b/.github/workflows/ci_packages.yml
index 9d2d044ff..53e698022 100644
--- a/.github/workflows/ci_packages.yml
+++ b/.github/workflows/ci_packages.yml
@@ -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: