version: '2'
services:
sovrin-client-rust-test:
build:
context: .
dockerfile: ci/ubuntu.dockerfile
command: cargo test --color=always
volumes:
- "./src:/home/sorvin-client-rust/src"
- "./Cargo.toml:/home/sorvin-client-rust/Cargo.toml"
- "./target:/home/sorvin-client-rust/target"