blob: d5f288a514789315878ce05b1aa882580f939229 [file] [log] [blame]
FROM rust:1.40
WORKDIR /usr/num_cpus
COPY . .
RUN cargo build
CMD [ "cargo", "test", "--lib" ]