Enforce colored rendering during GitHub workflow

This commit is contained in:
Christian Muehlhaeuser
2020-01-14 02:09:31 +01:00
parent ac879be81a
commit 28cbdae8e7
+2
View File
@@ -9,6 +9,8 @@ jobs:
runs-on: ${{ matrix.platform }}
env:
GO111MODULE: "on"
COLORTERM: "truecolor"
TERM: "xterm-256color"
steps:
- name: Install Go