Skip to content

Commit d4c5d4e

Browse files
author
Dima Korolev
committed
CR.
1 parent 240d0b9 commit d4c5d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN cargo build --release --target "$(uname -m)-unknown-linux-musl"
1616
# Prepare the static binary.
1717
RUN cp ./target/"$(uname -m)-unknown-linux-musl"/release/"$(cat Cargo.toml | grep '^name\s*=' | cut -f2 -d'"')" /binary
1818

19-
# Run the tests. Should be fine in case of no tests.
19+
# Run the tests. Should be fine in case of no tests. Single-threaded for the tests run order to be lexicographical.
2020
RUN cargo test -- --test-threads=1
2121
RUN cargo test --release -- --test-threads=1
2222

0 commit comments

Comments
 (0)