From 6300e0c0c9e1bcc3198d474747676cb9d5672b45 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 8 Dec 2018 18:09:46 -0800 Subject: [PATCH] Fix all-features tests --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ea84498..2cb94e20 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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