Skip to content

Commit

Permalink
Don't fail other test jobs if one fails (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn authored Jul 17, 2024
1 parent b834d6b commit ecbef9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
# We want to make sure dskit can support multiple golang versions
# by ensuring the test would pass using all these supported versions.
go-version: ['1.21.x', '1.22.x']
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go-version }}
Expand Down

0 comments on commit ecbef9e

Please sign in to comment.