Skip to content

Commit

Permalink
Enable colors on cargo build too
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Jan 27, 2025
1 parent da8a0aa commit 2628650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows-source/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,5 +412,6 @@ jobs:
BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }}
run: |
set -eExuo pipefail
export CARGO_TERM_COLOR=always # ensure output has colors
buildevents cmd "$CI_RUN_ID" "$CI_JOB_NAME" build-command -- \
cargo build --release --locked

0 comments on commit 2628650

Please sign in to comment.