[CI] Run the compile step with CARGO_INCREMENTAL=1

This commit is contained in:
bjorn3 2020-06-16 11:02:26 +02:00 committed by GitHub
parent fcd596714b
commit af0fa74615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,8 @@ jobs:
with:
command: rustc
args: --release -- -Zrun_dsymutil=no
env:
CARGO_INCREMENTAL: 1
- name: Test
run: |