xrun 0.3.0

Command Line Tools for macOS. With xrun you can run Xcode unit tests faster through the terminal.
1
2
3
4
FROM rust:latest
COPY Cargo.toml Cargo.lock ./
COPY src ./src
RUN cargo test