summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/linux_builds.yml2
-rw-r--r--.github/workflows/macos_builds.yml2
-rw-r--r--.github/workflows/windows_builds.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index 9212e4ddff..afdb74394c 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -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
diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml
index 1e39aceeb8..c245077175 100644
--- a/.github/workflows/macos_builds.yml
+++ b/.github/workflows/macos_builds.yml
@@ -72,4 +72,4 @@ jobs:
run: |
${{ matrix.bin }} --version
${{ matrix.bin }} --help
- ${{ matrix.bin }} --test
+ ${{ matrix.bin }} --test --force-colors
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml
index 14f2992848..7e8853634a 100644
--- a/.github/workflows/windows_builds.yml
+++ b/.github/workflows/windows_builds.yml
@@ -75,4 +75,4 @@ jobs:
run: |
${{ matrix.bin }} --version
${{ matrix.bin }} --help
- ${{ matrix.bin }} --test
+ ${{ matrix.bin }} --test --force-colors