mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-25 02:21: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
|
- name: loadable extension
|
||||||
run: |
|
run: |
|
||||||
cargo build --example loadable_extension --features "loadable_extension modern_sqlite functions vtab trace"
|
cargo build --example loadable_extension --features "loadable_extension functions trace"
|
||||||
cargo run --example load_extension --features "load_extension bundled functions vtab trace"
|
cargo run --example load_extension --features "load_extension bundled functions trace"
|
||||||
|
|
||||||
# TODO: move into own action for better caching
|
# TODO: move into own action for better caching
|
||||||
- name: Static build
|
- name: Static build
|
||||||
|
Loading…
Reference in New Issue
Block a user