Enable colored output on CI

This greatly improves readability of the otherwise dull logs
next
Sayan Nandan 3 years ago
parent 818c7138ff
commit 0ee25814ea

@ -4,6 +4,9 @@ kind: pipeline
type: ssh type: ssh
name: Build on M1 name: Build on M1
environment:
CARGO_TERM_COLOR: always
server: server:
host: host:
from_secret: host from_secret: host

@ -7,6 +7,7 @@ name: Release
env: env:
GITHUB_REF: "${{ github.ref }}" GITHUB_REF: "${{ github.ref }}"
CARGO_TERM_COLOR: always
jobs: jobs:
build_64bit: build_64bit:

@ -3,6 +3,7 @@ name: Test (PR)
on: [pull_request] on: [pull_request]
env: env:
BUILD: false BUILD: false
CARGO_TERM_COLOR: always
jobs: jobs:
test: test:
name: Test name: Test

@ -8,6 +8,7 @@ on:
env: env:
IS_ACTIONS_DOC: "false" IS_ACTIONS_DOC: "false"
CARGO_TERM_COLOR: always
jobs: jobs:
tests-pass: tests-pass:
name: Tier 1 Tests name: Tier 1 Tests

Loading…
Cancel
Save