Skip to content

Commit

Permalink
ci: Try reenabling test-dbs-external on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Aug 2, 2023
1 parent 3372109 commit 9aa3eed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ jobs:
matrix:
include:
- target: x86_64-unknown-linux-gnu
# Testing whether this works, based on changes in
# https://github.com/Swatinem/rust-cache/issues/150
features: test-dbs-external
- target: wasm32-unknown-unknown
with:
os: ubuntu-latest
target: ${{ matrix.target }}
# We previously ran with integration tests, but removing until
# https://github.com/duckdb/duckdb-rs/issues/178 is fixed given compile
# times
features: ""
features: ${{ matrix.features }}

lint-megalinter:
uses: ./.github/workflows/lint-megalinter.yaml
Expand Down

0 comments on commit 9aa3eed

Please sign in to comment.