Skip to content

Commit

Permalink
chore: fail fast on clouds
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 31, 2024
1 parent 344b6aa commit 2da42ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ibis-backends-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
run: echo "SNOWFLAKE_SNOWPARK=1" >> "$GITHUB_ENV"

- name: "run parallel tests: ${{ matrix.backend.name }}"
run: just ci-check "${{ join(matrix.backend.extras, ' ') }} --extra examples" -m ${{ matrix.backend.name }} --numprocesses auto --dist=loadgroup
run: just ci-check "${{ join(matrix.backend.extras, ' ') }} --extra examples" -m ${{ matrix.backend.name }} -x

- name: upload code coverage
if: success()
Expand Down

0 comments on commit 2da42ef

Please sign in to comment.