[gh actions] Run the compile step with the same arguments as test.sh
This commit is contained in:
parent
d07c404bf4
commit
6e9ee81271
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -55,8 +55,8 @@ jobs:
|
||||||
- name: Compile
|
- name: Compile
|
||||||
uses: actions-rs/cargo@v1.0.1
|
uses: actions-rs/cargo@v1.0.1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: rustc
|
||||||
args: --release
|
args: --release -- -Zrun_dsymutil=no
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue