summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xci/ci-rust-script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/ci-rust-script.sh b/ci/ci-rust-script.sh
index 4b224ef1a6..0086936dbc 100755
--- a/ci/ci-rust-script.sh
+++ b/ci/ci-rust-script.sh
@@ -28,8 +28,8 @@ esac
# FIXME: Becaues of our old jsonrpc dependency our Rust code won't build
# on latest nightly.
if [ "${RUST_TOOLCHAIN_CHANNEL}" != "nightly" ]; then
- cargo build --locked --verbose
- cargo test --locked --verbose
+ time cargo build --locked --verbose
+ time cargo test --locked --verbose
fi
if [[ "${RUST_TOOLCHAIN_CHANNEL}" == "nightly" && "$(uname -s)" == "Linux" ]]; then