This commit is contained in:
gwenn
2024-01-06 14:05:07 +01:00
parent 21d0f98f92
commit 7f56e9d877
2 changed files with 24 additions and 1 deletions

View File

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