Try to fix invalid workflow file

This commit is contained in:
gwenn 2023-07-14 11:19:58 +02:00
parent d7f2d55bfb
commit c8858bbb68

View File

@ -66,8 +66,9 @@ jobs:
- run: cargo test --features 'bundled-full session buildtime_bindgen' --doc --workspace --verbose
- name: loadable extension
run: cargo build --example loadable_extension --features "loadable_extension modern_sqlite functions vtab trace"
run: cargo run --example load_extension --features "load_extension bundled functions vtab trace"
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"
# TODO: move into own action for better caching
- name: Static build