mozilla / mentat

UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript.
https://mozilla.github.io/mentat/
Apache License 2.0
1.65k stars 115 forks source link

Make travis test sqlcipher by running the tests on macos. Fixes #738 #743

Closed thomcc closed 6 years ago

thomcc commented 6 years ago

The biggest issue here is probably that it requires running travis on mac machines, which I've heard are slower and less reliable.

The fact that cargo test --all --no-default-features --features sqlcipher isn't going to work for our case sucks, but it shouldn't be that bad.

Another option might be to use a different apt repository, but it wasn't clear to me how to do that. (Yet another option would be to figure out how to bundle sqlcipher, I guess). Regardless, this should be fine for now (and better than nothing).