[gh actions] Remove actions-rs/cargo step
It is not very useful and increases compilation time, as the CARGO_INCREMENTAL env var differs between it and the cargo invocation in test.sh
This commit is contained in:
parent
33b6a9081a
commit
f4e22f0bff
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -46,13 +46,6 @@ jobs:
|
||||
git config --global user.name "User"
|
||||
./prepare.sh
|
||||
|
||||
# Compile is a separate step, as the actions-rs/cargo action supports error annotations
|
||||
- name: Compile
|
||||
uses: actions-rs/cargo@v1.0.3
|
||||
with:
|
||||
command: rustc
|
||||
args: --release -- -Zrun_dsymutil=no
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
# Enable backtraces for easier debugging
|
||||
|
Loading…
x
Reference in New Issue
Block a user