Actually fix feature tests
This commit is contained in:
parent
0df9b32544
commit
ae3cea7de6
@ -10,4 +10,4 @@ before_script:
|
||||
- "./.travis/setup.sh"
|
||||
script:
|
||||
- cargo test
|
||||
- cargo test --features $(cargo read-manifest | jq -r '.features|keys|map(select(. != "with-security-framework"))|join(" ")')
|
||||
- cargo test --features "$(cargo read-manifest | jq -r '.features|keys|map(select(. != "with-security-framework"))|join(" ")')"
|
||||
|
@ -3,10 +3,9 @@ use std::error;
|
||||
use std::f32;
|
||||
use std::f64;
|
||||
use std::fmt;
|
||||
use std::io::{Read, Write};
|
||||
use std::result;
|
||||
|
||||
use postgres::{Connection, TlsMode, Result};
|
||||
use postgres::{Connection, TlsMode};
|
||||
use postgres::error::Error;
|
||||
use postgres::types::{ToSql, FromSql, WrongType, Type, IsNull, Kind, SessionInfo};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user