diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 299eea1..ee8bf0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,9 @@ on: pull_request: schedule: [cron: "40 1 * * *"] +env: + CARGO_TERM_COLOR: always + jobs: check: name: Check