Try colorizing GTest Output

According to googling, GTEST_COLOR=1 might do the trick.
This commit is contained in:
Nick Gerleman
2023-01-16 11:41:33 -08:00
committed by GitHub
parent 65c57d6a01
commit 349cca8dbb

View File

@@ -7,6 +7,9 @@ on:
- main - main
workflow_dispatch: workflow_dispatch:
env:
GTEST_COLOR: 1
jobs: jobs:
test: test:
name: Build and Test [${{ matrix.os }}][${{ matrix.mode }}] name: Build and Test [${{ matrix.os }}][${{ matrix.mode }}]