Disable incremental compilation on CI

This commit is contained in:
Jason Newcomb 2022-08-28 19:22:46 -04:00
parent 9790a3291b
commit e5507390b7
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@ env:
RUST_BACKTRACE: 1
CARGO_TARGET_DIR: '${{ github.workspace }}/target'
NO_FMT_TEST: 1
CARGO_INCREMENTAL: 0
jobs:
base:

View file

@ -10,6 +10,7 @@ env:
RUST_BACKTRACE: 1
CARGO_TARGET_DIR: '${{ github.workspace }}/target'
NO_FMT_TEST: 1
CARGO_INCREMENTAL: 0
defaults:
run: