Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
ingomueller-net committed Nov 27, 2024
1 parent ab87939 commit 1593dc1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
consumer: [datafusion, duckdb, ibis, isthmus]
producer: [datafusion, duckdb, ibis, isthmus]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -59,10 +59,11 @@ jobs:
java-version: '21'

- name: Build and install Isthmus
if: ${{ matrix.producer == 'isthmus' }}
run: ./build-and-copy-isthmus-shadow-jar.sh

- name: Run functions tests
run: pytest -m produce_substrait_snapshot --producer=${{ matrix.consumer }} substrait_consumer/tests/functional/extension_functions
run: pytest -m produce_substrait_snapshot --producer=${{ matrix.producer }} substrait_consumer/tests/functional/extension_functions

- name: Run relations tests
run: pytest -m produce_substrait_snapshot --producer=${{ matrix.consumer }} substrait_consumer/tests/functional/relations
run: pytest -m produce_substrait_snapshot --producer=${{ matrix.producer }} substrait_consumer/tests/functional/relations

0 comments on commit 1593dc1

Please sign in to comment.