Skip to content

Commit 354da89

Browse files
committed
ci: fail fast
1 parent 2867eec commit 354da89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ibis-backends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ jobs:
516516
- name: "run serial tests: ${{ matrix.backend.name }}"
517517
if: matrix.backend.serial
518518
timeout-minutes: 60
519-
run: just ci-check "${{ join(matrix.backend.extras, ' ') }} --extra examples" -m ${{ matrix.backend.name }}
519+
run: just ci-check "${{ join(matrix.backend.extras, ' ') }} --extra examples" -m ${{ matrix.backend.name }} -x
520520
env:
521521
FLINK_REMOTE_CLUSTER_ADDR: localhost
522522
FLINK_REMOTE_CLUSTER_PORT: "8081"

0 commit comments

Comments
 (0)