rakyll / gotest

go test with colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enableOnCI is exclusive to various CI projects

titpetric opened this issue · comments

In case of at least drone CI, there's no CI env variable present. While I can set CI=drone, it will not force color output as it's not listed in the switch statement.

  • Can we just check for a non-empty CI env variable?
  • Add on an env variable to force color output?