Skip to content

Commit

Permalink
ci/test: RICHGO_FORCE_COLOR (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Mar 30, 2022
1 parent ab42c93 commit 5271cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
go install github.com/kyoh86/richgo"${_version}"
go install github.com/mitchellh/gox"${_version}"
- run: PATH=$HOME/go/bin/:$PATH make test
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin/:$PATH make test

test-win:
name: MINGW64
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
go install github.com/kyoh86/richgo@latest
go install github.com/mitchellh/gox@latest
- run: PATH=$HOME/go/bin:$PATH make test
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin:$PATH make test

0 comments on commit 5271cf4

Please sign in to comment.