mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-26 12:35: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
|
- name: Build Release
|
||||||
run: make build-release
|
run: make build-release
|
||||||
|
|
||||||
|
- name: Test Install
|
||||||
|
run: cargo install --path "."
|
||||||
|
|
||||||
- name: Binary Size (unix)
|
- name: Binary Size (unix)
|
||||||
if: matrix.os != 'windows-latest'
|
if: matrix.os != 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
@ -119,6 +122,8 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
make test-linux-musl
|
make test-linux-musl
|
||||||
|
- name: Test Install
|
||||||
|
run: cargo install --path "."
|
||||||
|
|
||||||
build-linux-arm:
|
build-linux-arm:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user