Skip to content

Commit cf4921a

Browse files
oech3cakebaker
authored andcommitted
ci.yml: apply CARGO_INCREMENTAL for all jobs
1 parent 2a6327f commit cf4921a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Basic CI
44

55
env:
66
CARGO_TERM_COLOR: always
7+
CARGO_INCREMENTAL: "0"
78

89
jobs:
910
check:
@@ -80,7 +81,6 @@ jobs:
8081
- name: Test
8182
run: cargo test --no-fail-fast
8283
env:
83-
CARGO_INCREMENTAL: "0"
8484
RUSTC_WRAPPER: ""
8585
RUSTFLAGS: "-Cinstrument-coverage -Zcoverage-options=branch -Ccodegen-units=1 -Copt-level=0 -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
8686
RUSTDOCFLAGS: "-Cpanic=abort"

0 commit comments

Comments
 (0)