Try colorizing GTest Output
According to googling, GTEST_COLOR=1 might do the trick.
This commit is contained in:
3
.github/workflows/validate-cpp.yml
vendored
3
.github/workflows/validate-cpp.yml
vendored
@@ -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 }}]
|
||||||
|
Reference in New Issue
Block a user