From 94577c383410c445455a85f6216de9ca5cbebca3 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Mon, 8 Feb 2021 18:10:54 +0300 Subject: [PATCH] remove limit for parallel runs --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e71401..d10dd2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,6 @@ jobs: name: Tests runs-on: ubuntu-latest strategy: - max-parallel: 1 matrix: go-version: ['1.11', '1.12', '1.13', '1.14', '1.15'] steps: