travis: Test the sqlite crypto store.

master
Damir Jelić 2020-03-28 11:50:59 +01:00
parent cc7e6c6ed3
commit e76e56af0d
1 changed files with 2 additions and 2 deletions

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'