diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2e69fa82b6..d3e8ce02a8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -99,6 +99,10 @@ jobs: if: ${{ inputs.mode == 'dev' && inputs.compiler == 'clang++' }} run: cmake --build build/${{ inputs.mode }} --target checkheaders + - name: Check Include Style + if: ${{ inputs.mode == 'dev' && inputs.compiler == 'clang++' }} + run: cmake --build build/${{ inputs.mode }} --target check-include-style + - name: Build with C++20 modules if: ${{ contains(inputs.enables, 'cxx-modules') }} run: cmake --build build/${{ inputs.mode }} --target hello_cxx_module