Commit ae72f4ce authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): add max parallel

parent a2a984ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ jobs:
    if: ${{ !contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'test skip') }}
    strategy:
      fail-fast: false
      max-parallel: 3
      matrix:
        os:
          - 'ubuntu-latest'