mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-24 18:01:37 +08:00
Remove modern_sqlite and vtab from CI in loadable ext
This matches the recent changes in the example docs
This commit is contained in:
parent
fc738f3c0a
commit
6332de5302
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user