We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2867eec commit 354da89Copy full SHA for 354da89
.github/workflows/ibis-backends.yml
@@ -516,7 +516,7 @@ jobs:
516
- name: "run serial tests: ${{ matrix.backend.name }}"
517
if: matrix.backend.serial
518
timeout-minutes: 60
519
- run: just ci-check "${{ join(matrix.backend.extras, ' ') }} --extra examples" -m ${{ matrix.backend.name }}
+ run: just ci-check "${{ join(matrix.backend.extras, ' ') }} --extra examples" -m ${{ matrix.backend.name }} -x
520
env:
521
FLINK_REMOTE_CLUSTER_ADDR: localhost
522
FLINK_REMOTE_CLUSTER_PORT: "8081"
0 commit comments