1 2 3 4 5 6 7
#!/bin/bash set -v cargo test --features "with-postgres with-sqlite" cargo test --features "with-postgres" cargo test --features "with-sqlite" cargo test --features "with-mysql"