Skip to content

Commit

Permalink
chore(ci): do not fail fast main tests in different Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Feb 14, 2024
1 parent 48fc228 commit c4ce27a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: ./.github/workflows/ci-test-go.yml
with:
go-version: ${{ matrix.go-version }}
fail-fast: true
fail-fast: false
platform: ${{ matrix.platform }}
project-directory: "."
rootless-docker: false
Expand All @@ -52,7 +52,7 @@ jobs:
uses: ./.github/workflows/ci-test-go.yml
with:
go-version: ${{ matrix.go-version }}
fail-fast: true
fail-fast: false
platform: "ubuntu-latest"
project-directory: "."
rootless-docker: false
Expand All @@ -72,7 +72,7 @@ jobs:
uses: ./.github/workflows/ci-test-go.yml
with:
go-version: ${{ matrix.go-version }}
fail-fast: true
fail-fast: false
platform: "ubuntu-latest"
project-directory: "."
rootless-docker: true
Expand Down
6 changes: 3 additions & 3 deletions modulegen/_template/ci.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: ./.github/workflows/ci-test-go.yml
with:
go-version: {{ "${{ matrix.go-version }}" }}
fail-fast: true
fail-fast: false
platform: {{ "${{ matrix.platform }}" }}
project-directory: "."
rootless-docker: false
Expand All @@ -52,7 +52,7 @@ jobs:
uses: ./.github/workflows/ci-test-go.yml
with:
go-version: {{ "${{ matrix.go-version }}" }}
fail-fast: true
fail-fast: false
platform: "ubuntu-latest"
project-directory: "."
rootless-docker: false
Expand All @@ -72,7 +72,7 @@ jobs:
uses: ./.github/workflows/ci-test-go.yml
with:
go-version: {{ "${{ matrix.go-version }}" }}
fail-fast: true
fail-fast: false
platform: "ubuntu-latest"
project-directory: "."
rootless-docker: true
Expand Down

0 comments on commit c4ce27a

Please sign in to comment.