travis: Test the sqlite crypto store.

This commit is contained in:
Damir Jelić 2020-03-28 11:50:59 +01:00
parent cc7e6c6ed3
commit e76e56af0d

View file

@ -12,6 +12,6 @@ before_script:
- rustup component add rustfmt
script:
- cargo build --no-default-features --features 'encryption'
- cargo build --no-default-features --features 'encryption sqlite-cryptostore'
- cargo fmt --all -- --check
- cargo test --no-default-features --features 'encryption'
- cargo test --no-default-features --features 'encryption sqlite-cryptostore'