Update commit.yml

Add build execution time measurement.
This commit is contained in:
Wayne Warthen
2024-11-02 12:02:57 -07:00
committed by GitHub
parent 3470b9a656
commit 99bf1799a6

View File

@@ -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