[gh actions] Run the compile step with the same arguments as test.sh
This commit is contained in:
parent
d07c404bf4
commit
6e9ee81271
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user