[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
1 changed files with 0 additions and 7 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -46,13 +46,6 @@ jobs:
|
||||||
git config --global user.name "User"
|
git config --global user.name "User"
|
||||||
./prepare.sh
|
./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
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
# Enable backtraces for easier debugging
|
# Enable backtraces for easier debugging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue