remove limit for parallel runs
This commit is contained in:
parent
bbc6294f44
commit
94577c3834
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue