Remove modern_sqlite and vtab from CI in loadable ext

This matches the recent changes in the example docs
This commit is contained in:
Yuri Astrakhan 2023-12-23 23:22:32 -05:00
parent fc738f3c0a
commit 6332de5302

View File

@ -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