Skip to content

Commit

Permalink
core: disable cargo incremental in CI (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen authored Jul 22, 2024
2 parents 741233b + 9147d47 commit 8ca05e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cargo-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cargo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cargo-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cargo-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"

jobs:

Expand Down

0 comments on commit 8ca05e9

Please sign in to comment.