mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +00:00
Try fix circleci again (#181)
This commit is contained in:
parent
773cf6c26d
commit
d9e1e437b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user