We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240d0b9 commit d4c5d4eCopy full SHA for d4c5d4e
Dockerfile.template
@@ -16,7 +16,7 @@ RUN cargo build --release --target "$(uname -m)-unknown-linux-musl"
16
# Prepare the static binary.
17
RUN cp ./target/"$(uname -m)-unknown-linux-musl"/release/"$(cat Cargo.toml | grep '^name\s*=' | cut -f2 -d'"')" /binary
18
19
-# Run the tests. Should be fine in case of no tests.
+# Run the tests. Should be fine in case of no tests. Single-threaded for the tests run order to be lexicographical.
20
RUN cargo test -- --test-threads=1
21
RUN cargo test --release -- --test-threads=1
22
0 commit comments