Split args in ci/build-linux and ci/build-macos

This commit is contained in:
Konstantin Gribov
2021-01-26 21:50:52 +03:00
parent 1492b00fe0
commit 06ed3ccd17

View File

@@ -70,7 +70,8 @@ jobs:
- name: Run cargo build
uses: actions-rs/cargo@v1
with:
command: build --verbose
command: build
args: --verbose
build-macos:
name: Build on MacOS with Rust ${{ matrix.rust }}
@@ -94,4 +95,5 @@ jobs:
- name: Build
uses: actions-rs/cargo@v1
with:
command: build --verbose
command: build
args: --verbose