diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 97cdc6105..5274d67ec 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -14,9 +14,9 @@ jobs: matrix: # A valid option parameter to the cmake file. # See BUILD_OPTIONS in tests/CMakeLists.txt. - build_option: ['OPTIONS_MINIMAL_MONOCHROME', - 'OPTIONS_NORMAL_8BIT', + build_option: ['OPTIONS_NORMAL_8BIT', 'OPTIONS_16BIT', + 'OPTIONS_24BIT', 'OPTIONS_FULL_32BIT'] name: Build ${{ matrix.build_option }} steps: