Skip to content

Commit

Permalink
ci: avoid fail-fast on GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jirislav committed Apr 8, 2024
1 parent ee92764 commit ba966a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
clickhouse: ["23.7", "24.3", "latest", "cloud"]
name: ClickHouse ${{ matrix.clickhouse }} tests
Expand Down

0 comments on commit ba966a0

Please sign in to comment.