From 8c5ab8bc639eb002c1a7770ec52d8bb52cff7d79 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 30 Sep 2022 13:34:07 -0700 Subject: [PATCH] Report integration test times --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index d68b5fc82a..8eaf6e5532 100644 --- a/justfile +++ b/justfile @@ -49,7 +49,7 @@ test-deploy: ssh root@192.168.56.4 'cd ord && ./deploy/setup' report-test-time: - cargo +nightly test --bin ord -- -Z unstable-options --report-time + cargo +nightly test -- -Z unstable-options --report-time status: ssh root@65.108.68.37 systemctl status bitcoind