Use colored output on CI for Doctest

GitHub Actions output is not considered a TTY, so colored output
must be forced.
This commit is contained in:
Hugo Locurcio 2023-10-28 09:22:27 +02:00
parent f497156e0b
commit dec26e15b3
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
3 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@ jobs:
run: |
${{ matrix.bin }} --version
${{ matrix.bin }} --help
${{ matrix.bin }} --test --headless
${{ matrix.bin }} --headless --test --force-colors
# Check class reference
- name: Check for class reference updates

View File

@ -72,4 +72,4 @@ jobs:
run: |
${{ matrix.bin }} --version
${{ matrix.bin }} --help
${{ matrix.bin }} --test
${{ matrix.bin }} --test --force-colors

View File

@ -75,4 +75,4 @@ jobs:
run: |
${{ matrix.bin }} --version
${{ matrix.bin }} --help
${{ matrix.bin }} --test
${{ matrix.bin }} --test --force-colors