Skip to content

Commit 2e65c5b

Browse files
committed
Set CARGO_INCREMENTAL=0 for CI builds.
1 parent 640a0f3 commit 2e65c5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- 'v*'
88
pull_request:
99

10+
env:
11+
CARGO_INCREMENTAL: 0
12+
1013
jobs:
1114
tests:
1215
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)