aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-07-03 14:22:26 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-07-18 23:53:08 +0200
commit81bacd9f37b0e5b332b6cf90c6e8384aae34a403 (patch)
tree23fdece22d6ac0a200ecb32c63e7635169184c11 /.github
parent76c5268025a08ac3498ad911a388ff8a57477151 (diff)
downloadghdl-81bacd9f37b0e5b332b6cf90c6e8384aae34a403.tar.gz
ghdl-81bacd9f37b0e5b332b6cf90c6e8384aae34a403.tar.bz2
ghdl-81bacd9f37b0e5b332b6cf90c6e8384aae34a403.zip
ci: remove parallel job restrictions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index b5adfc3dc..1ab2e4ea4 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -122,7 +122,6 @@ jobs:
lin:
strategy:
fail-fast: false
- max-parallel: 4
matrix:
include: [
{ os: 18, backend: mcode },
@@ -156,7 +155,6 @@ jobs:
osx:
strategy:
fail-fast: false
- max-parallel: 2
matrix:
backend:
- mcode
@@ -201,7 +199,6 @@ jobs:
runs-on: windows-latest
strategy:
fail-fast: false
- max-parallel: 3
matrix:
include: [
{icon: '🟪', installs: 'MINGW32', arch: i686, pkg: 'mcode' },
@@ -264,7 +261,6 @@ jobs:
runs-on: windows-latest
strategy:
fail-fast: false
- max-parallel: 8
matrix:
sys: [
{icon: '🟪', installs: 'MINGW32', arch: i686, pkg: 'mcode' },
@@ -322,7 +318,6 @@ jobs:
runs-on: windows-latest
strategy:
fail-fast: false
- max-parallel: 3
matrix:
sys: [
{icon: '🟪', installs: 'MINGW32', arch: i686, pkg: 'mcode' },
@@ -374,7 +369,6 @@ jobs:
runs-on: windows-latest
strategy:
fail-fast: false
- max-parallel: 2
matrix:
include: [
{icon: '🟪', installs: 'MINGW32', arch: i686 },
@@ -436,7 +430,6 @@ jobs:
runs-on: windows-latest
strategy:
fail-fast: false
- max-parallel: 2
matrix:
include: [
{icon: '🟪', installs: 'MINGW32', arch: i686, pkg: 'mcode', pyarch: x86 },