Makefile: add target richtest (#1865)
Don't require contributors to install richgo but keep it as an option and for CI
This commit is contained in:
committed by
GitHub
parent
c6b9971923
commit
6200c8e551
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
||||
go install github.com/kyoh86/richgo"${_version}"
|
||||
go install github.com/mitchellh/gox"${_version}"
|
||||
|
||||
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin/:$PATH make test
|
||||
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin/:$PATH make richtest
|
||||
|
||||
|
||||
test-win:
|
||||
@ -125,4 +125,4 @@ jobs:
|
||||
go install github.com/kyoh86/richgo@latest
|
||||
go install github.com/mitchellh/gox@latest
|
||||
|
||||
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin:$PATH make test
|
||||
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin:$PATH make richtest
|
||||
|
Reference in New Issue
Block a user