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: