Skip to content

Commit

Permalink
skip dat tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed May 14, 2024
1 parent 2186bbb commit 011fa7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ jobs:
- name: Test extension
if: ${{ matrix.duckdb_arch != 'linux_arm64'}}
env:
DAT_AVAILABLE: 1
run: |
make test
Expand Down Expand Up @@ -266,8 +264,6 @@ jobs:
- name: Test Extension
if: ${{ matrix.osx_build_arch == 'arm64'}}
shell: bash
env:
DAT_AVAILABLE: 1
run: |
make test
Expand Down

0 comments on commit 011fa7d

Please sign in to comment.