mirror of
https://github.com/spf13/cobra
synced 2024-11-13 01:07:20 +00:00
ci/test: RICHGO_FORCE_COLOR (#1647)
This commit is contained in:
parent
ab42c937ec
commit
5271cf4342
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue