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