Skip to content

Commit 0736776

Browse files
authored
chore(gha): disable incremental compilation in tests (#39)
2 parents 30e4ac1 + 4469f4e commit 0736776

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)