summary refs log tree commit diff
path: root/kokoro/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/Dockerfile')
-rw-r--r--kokoro/Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/kokoro/Dockerfile b/kokoro/Dockerfile
index e43bbfd..ee7a461 100644
--- a/kokoro/Dockerfile
+++ b/kokoro/Dockerfile
@@ -98,6 +98,9 @@ RUN ldconfig
 ENV CARGO_TARGET_DIR=/build
 RUN mkdir -p $CARGO_TARGET_DIR
 WORKDIR /src
-CMD cargo test --no-fail-fast --all-features --all --exclude aarch64 $TEST_FLAGS -- \
+CMD cargo --version && rustc --version && rustfmt --version && \
+    echo "Running cargo test" && \
+    cargo test --no-fail-fast --all-features --all --exclude aarch64 $TEST_FLAGS -- \
     --test-threads=1 $TEST_RUNNER_FLAGS && \
+    echo "Running cargo fmt" && \
     cargo fmt --all -- --check