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