mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
[gh actions] Run the compile step with the same arguments as test.sh
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user