Skip to content

Commit 7b98181

Browse files
author
Stephan Dilly
committed
log binary sizes
1 parent 524add8 commit 7b98181

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
- name: Build Release
6060
run: make build-release
6161

62+
- name: Binary Size
63+
run: |
64+
ls -l ./target/release/gitui
65+
6266
- name: Build MSI (windows)
6367
if: matrix.os == 'windows-latest'
6468
run: |
@@ -93,6 +97,7 @@ jobs:
9397
run: |
9498
make build-linux-musl-release
9599
./target/x86_64-unknown-linux-musl/release/gitui --version
100+
ls -l ./target/x86_64-unknown-linux-musl/release/gitui
96101
- name: Test
97102
run: |
98103
make test-linux-musl

0 commit comments

Comments
 (0)