Fix the regular tests for stable-futures

This commit is contained in:
Pierre Krieger 2019-12-09 11:41:31 +01:00
parent ea58aed37e
commit 73e745ec2b
No known key found for this signature in database
GPG Key ID: EE749C4F41D4EA47

View File

@ -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: