Skip to content

Commit

Permalink
Update commit.yml
Browse files Browse the repository at this point in the history
Add build execution time measurement.
  • Loading branch information
wwarthen authored Nov 2, 2024
1 parent 3470b9a commit 99bf179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 99bf179

Please sign in to comment.