Skip to content

Commit

Permalink
chore(ci): do not fail fast main tests in different Go versions (#2210)
Browse files Browse the repository at this point in the history
* chore(ci): do not fail fast main tests in different Go versions

* chore: revert fail-fast condition for the main job
  • Loading branch information
mdelapenya committed Feb 14, 2024
1 parent 48fc228 commit 4bf9515
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions modulegen/_template/ci.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 4bf9515

Please sign in to comment.