mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 19:29:14 +03:00
Cargo install in CI (#1576)
* run cargo install in CI * also run cargo install in musl env
This commit is contained in:
parent
670677044f
commit
8f29cb2e81
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -63,6 +63,9 @@ jobs:
|
||||
- name: Build Release
|
||||
run: make build-release
|
||||
|
||||
- name: Test Install
|
||||
run: cargo install --path "."
|
||||
|
||||
- name: Binary Size (unix)
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: |
|
||||
@ -119,6 +122,8 @@ jobs:
|
||||
- name: Test
|
||||
run: |
|
||||
make test-linux-musl
|
||||
- name: Test Install
|
||||
run: cargo install --path "."
|
||||
|
||||
build-linux-arm:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user