travis: Test the sqlite crypto store.
parent
cc7e6c6ed3
commit
e76e56af0d
|
@ -12,6 +12,6 @@ before_script:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo build --no-default-features --features 'encryption'
|
- cargo build --no-default-features --features 'encryption sqlite-cryptostore'
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
- cargo test --no-default-features --features 'encryption'
|
- cargo test --no-default-features --features 'encryption sqlite-cryptostore'
|
||||||
|
|
Loading…
Reference in New Issue