Revert "[CI] Run the compile step with CARGO_INCREMENTAL=1"

This reverts commit af0fa74615b1b30145b6762ae2eec3ca4c6c391c.

It didn't do anything
This commit is contained in:
bjorn3 2020-06-16 11:08:06 +02:00
parent af0fa74615
commit b6144483ef

View File

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