From cb849b60a3ee38633dfac904355a07e9b2106f46 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Thu, 26 Nov 2020 14:24:45 +0300 Subject: [PATCH] update ci strategy (#67) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19587aa..4335fd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ 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: