mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +00:00
Merge pull request #1336 from tomaka/fix-stable-fut-tests
Fix the regular tests for stable-futures
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user