Skip to content

Commit 3981d8f

Browse files
committed
feat: use CARGO_TERM_COLOR to improve build logs
1 parent 572f47c commit 3981d8f

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ concurrency:
1818

1919
env:
2020
CN_APP_SLUG: verso/verso-nightly
21+
CARGO_TERM_COLOR: always
2122

2223
jobs:
2324
pr-fast-check:

.github/workflows/check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
1515
cancel-in-progress: true
1616

17+
env:
18+
CARGO_TERM_COLOR: always
19+
1720
jobs:
1821
check-linux:
1922
runs-on: ubuntu-22.04

.github/workflows/release-versoview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77
RUST_BACKTRACE: 1
88
CARGO_INCREMENTAL: 0
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10+
CARGO_TERM_COLOR: always
1011

1112
jobs:
1213
build-linux:

0 commit comments

Comments
 (0)