Skip to content

Commit

Permalink
Cargo install in CI (#1576)
Browse files Browse the repository at this point in the history
* run cargo install in CI
* also run cargo install in musl env
  • Loading branch information
extrawurst authored Mar 1, 2023
1 parent 6706770 commit 8f29cb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8f29cb2

Please sign in to comment.