Skip to content

Commit

Permalink
Set the TERM env variable for the test to force the colours
Browse files Browse the repository at this point in the history
  • Loading branch information
ikornaselur committed Sep 28, 2023
1 parent c39a629 commit 6178a19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:

- name: Run cargo test
uses: actions-rs/cargo@v1
env:
TERM: xterm
with:
command: test

Expand Down

0 comments on commit 6178a19

Please sign in to comment.