Fix all-features tests

This commit is contained in:
Steven Fackler 2018-12-08 18:09:46 -08:00
parent 12345a73b0
commit 6300e0c0c9

View File

@ -34,5 +34,5 @@ jobs:
- run: rustc --version > ~/rust-version
- *RESTORE_DEPS
- run: cargo test --all
- run: cargo test -p tokio-postgres --all-features
- run: cargo test --manifest-path tokio-postgres/Cargo.toml --all-features
- *SAVE_DEPS