mirror of
https://github.com/isar/rusqlite.git
synced 2025-05-10 08:41:09 +08:00
Merge pull request #1491 from gwenn/coverage
Try to improve test coverage by using --all
This commit is contained in:
commit
19a4c55aec
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -226,7 +226,7 @@ jobs:
|
||||
run: |
|
||||
cargo test --verbose
|
||||
cargo test --features="bundled-full" --verbose
|
||||
cargo test --features="bundled-full session buildtime_bindgen preupdate_hook" --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
|
||||
|
Loading…
x
Reference in New Issue
Block a user