1 2 3 4 5 6
FROM rust:1.86 WORKDIR /usr/src/app COPY . . CMD ["cargo", "test", "--", "--test-threads=1"]