From 73e745ec2b883a189f97e86b40d2c15c5dff8e89 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 9 Dec 2019 11:41:31 +0100 Subject: [PATCH] Fix the regular tests for stable-futures --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bfe78746..08bcdcda 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,9 +35,6 @@ jobs: - run: name: Run tests, inside a docker image, with all features command: docker run --rm -v "/cache/cargo/registry:/usr/local/cargo/registry" -v "/cache/target:/app/target" -it rust-libp2p cargo test --all --all-features - - run: - name: Try the async-await feature - command: docker run --rm -v "/cache/cargo/registry:/usr/local/cargo/registry" -v "/cache/target:/app/target" -it rust-libp2p cargo +nightly test --package libp2p-core --all-features - save_cache: key: test-cache paths: