Skip to content

Commit

Permalink
[CI] Run the compile step with CARGO_INCREMENTAL=1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 authored Jun 16, 2020
1 parent fcd5967 commit af0fa74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
with:
command: rustc
args: --release -- -Zrun_dsymutil=no
env:
CARGO_INCREMENTAL: 1

- name: Test
run: |
Expand Down

0 comments on commit af0fa74

Please sign in to comment.