1
0
Fork 0
mirror of synced 2025-04-04 21:53:37 +03:00

remove limit for parallel runs

This commit is contained in:
Pavel 2021-02-08 18:10:54 +03:00
parent bbc6294f44
commit 94577c3834

View file

@ -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: