[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:
bjorn3 2020-08-19 14:05:57 +02:00
parent 33b6a9081a
commit f4e22f0bff

View file

@ -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