Skip to content

Commit

Permalink
Merge pull request #1429 from nyurik/ci-lint
Browse files Browse the repository at this point in the history
Remove modern_sqlite and vtab from CI in loadable ext
  • Loading branch information
gwenn committed Dec 24, 2023
2 parents fc738f3 + 6332de5 commit ff90275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -67,8 +67,8 @@ jobs:

- name: loadable extension
run: |
cargo build --example loadable_extension --features "loadable_extension modern_sqlite functions vtab trace"
cargo run --example load_extension --features "load_extension bundled functions vtab trace"
cargo build --example loadable_extension --features "loadable_extension functions trace"
cargo run --example load_extension --features "load_extension bundled functions trace"
# TODO: move into own action for better caching
- name: Static build
Expand Down

0 comments on commit ff90275

Please sign in to comment.