ci: Test sqlite crypto store in coverage check

This commit is contained in:
Jonas Platte
2023-02-10 12:22:50 +01:00
committed by Jonas Platte
parent 4492df6fc6
commit 02e51a9cb9
+3
View File
@@ -7,6 +7,9 @@ exclude-files = [
"**/tests/*",
]
workspace = true
# sqlite crypto store is not tested otherwise because it's only activated by
# matrix-sdk-crypto-ffi, which is excluded from testing below
features = "crypto-store"
exclude = [
# bindings
"matrix-sdk-crypto-ffi",