3
0
mirror of https://github.com/isar/rusqlite.git synced 2025-04-03 13:02:58 +08:00

Merge pull request from nyurik/ci-lint

Remove modern_sqlite and vtab from CI in loadable ext
This commit is contained in:
gwenn 2023-12-24 08:48:52 +01:00 committed by GitHub
commit ff902751c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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