mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-25 12:52:23 +08:00
Partial revert 33b5ea3c43
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -70,6 +70,11 @@ jobs:
|
||||
cargo build --example loadable_extension --features "loadable_extension functions trace"
|
||||
cargo run --example load_extension --features "load_extension bundled functions trace"
|
||||
|
||||
- name: macros
|
||||
run: |
|
||||
cargo test --package rusqlite-macros
|
||||
cargo test --features 'bundled rusqlite-macros'
|
||||
|
||||
# TODO: move into own action for better caching
|
||||
- name: Static build
|
||||
# Do we expect this to work / should we test with gnu toolchain?
|
||||
|
||||
Reference in New Issue
Block a user