1
0
Fork 0
mirror of https://github.com/MedzikUser/imgurs synced 2024-08-15 00:03:19 +00:00

ci: fix cli build

This commit is contained in:
MedzikUser 2022-08-24 15:44:10 +02:00
parent ad117bf3ec
commit 312d9cce19
No known key found for this signature in database
GPG key ID: A5FAC1E185C112DB
2 changed files with 2 additions and 1 deletions

View file

@ -86,7 +86,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target=${{ matrix.target }} ${{ matrix.cargo_flags }}
args: --all --release --target=${{ matrix.target }} ${{ matrix.cargo_flags }}
use-cross: ${{ matrix.cross }}
- name: Compress binaries

View file

@ -40,6 +40,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --all
- name: cargo test
uses: actions-rs/cargo@v1