Skip to content

Commit af0fa74

Browse files
authored
[CI] Run the compile step with CARGO_INCREMENTAL=1
1 parent fcd5967 commit af0fa74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
with:
5858
command: rustc
5959
args: --release -- -Zrun_dsymutil=no
60+
env:
61+
CARGO_INCREMENTAL: 1
6062

6163
- name: Test
6264
run: |

0 commit comments

Comments
 (0)