Browse Source

Update commit.yml

Add build execution time measurement.
master
Wayne Warthen 1 year ago
committed by GitHub
parent
commit
99bf1799a6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/commit.yml

4
.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

Loading…
Cancel
Save