From 99bf1799a64c1ff6aff889c6957a9e8b19d0b3bf Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sat, 2 Nov 2024 12:02:57 -0700 Subject: [PATCH] Update commit.yml Add build execution time measurement. --- .github/workflows/commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 2110be86..cd4aa544 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -26,7 +26,7 @@ jobs: run: | export TZ='America/Los_Angeles' sudo apt-get install srecord - make distlog + time make distlog rm -rf .git* - name: List Output @@ -58,7 +58,7 @@ jobs: run: | export TZ='America/Los_Angeles' brew install srecord - make distlog + time make distlog rm -rf .git* - name: List Output