mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-31 19:12:58 +08:00
Try to coverage load_extension
This commit is contained in:
parent
cdb0712f81
commit
09adb9382c
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -208,10 +208,10 @@ jobs:
|
||||
tool: grcov
|
||||
- name: Run tests for coverage
|
||||
run: |
|
||||
cargo test --all --verbose
|
||||
cargo test --features="bundled-full" --all --verbose
|
||||
cargo test --features="bundled-full session buildtime_bindgen preupdate_hook" --all --verbose
|
||||
cargo test --features="bundled-sqlcipher-vendored-openssl" --all --verbose
|
||||
cargo test --verbose
|
||||
cargo test --features="bundled-full" --verbose
|
||||
cargo test --features="bundled-full session buildtime_bindgen preupdate_hook load_extension" --all --all-targets --verbose
|
||||
cargo test --features="bundled-sqlcipher-vendored-openssl" --verbose
|
||||
env:
|
||||
RUSTFLAGS: -Cinstrument-coverage
|
||||
RUSTDOCFLAGS: -Cinstrument-coverage
|
||||
|
Loading…
x
Reference in New Issue
Block a user