[gh actions] Run the compile step with the same arguments as test.sh

This commit is contained in:
bjorn3 2020-03-17 15:07:55 +01:00
parent d07c404bf4
commit 6e9ee81271
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ jobs:
- name: Compile
uses: actions-rs/cargo@v1.0.1
with:
command: build
args: --release
command: rustc
args: --release -- -Zrun_dsymutil=no
- name: Test
run: |