log binary sizes

This commit is contained in:
Stephan Dilly 2021-04-19 18:16:59 +02:00
parent 524add843d
commit 7b98181cbb

View file

@ -59,6 +59,10 @@ jobs:
- name: Build Release
run: make build-release
- name: Binary Size
run: |
ls -l ./target/release/gitui
- name: Build MSI (windows)
if: matrix.os == 'windows-latest'
run: |
@ -93,6 +97,7 @@ jobs:
run: |
make build-linux-musl-release
./target/x86_64-unknown-linux-musl/release/gitui --version
ls -l ./target/x86_64-unknown-linux-musl/release/gitui
- name: Test
run: |
make test-linux-musl