Skip to content

Commit 4469f4e

Browse files
committed
chore(gha): disable incremental compilation
1 parent 30e4ac1 commit 4469f4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
env:
1111
SCCACHE_GHA_ENABLED: "true"
1212
RUSTC_WRAPPER: "sccache"
13+
CARGO_INCREMENTAL: "0"
1314
strategy:
1415
matrix:
1516
os: [ ubuntu-latest-16 ]

0 commit comments

Comments
 (0)