Try fix circleci again (#181)

This commit is contained in:
Pierre Krieger 2018-05-08 20:09:41 +02:00 committed by GitHub
parent 773cf6c26d
commit d9e1e437b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ jobs:
key: test-cache
- run:
name: Prepare docker container for building
command: docker build --no-cache -t rust-libp2p -f .circleci/images/rust-libp2p/Dockerfile .
command: docker build --pull --no-cache -t rust-libp2p -f .circleci/images/rust-libp2p/Dockerfile .
- run:
name: Run tests, inside a docker image
command: docker run --rm -v "/cache/cargo/registry:/usr/local/cargo/registry" -v "/cache/target:/app/target" -it rust-libp2p cargo test