Merge pull request #1491 from gwenn/coverage

Try to improve test coverage by using --all
This commit is contained in:
gwenn 2024-08-18 08:28:46 +02:00 committed by GitHub
commit 19a4c55aec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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