diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index ee2b658b..31fd3f9d 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -26,6 +26,6 @@ jobs: with: config_file: '.github/.licenserc.yaml' source_dir: 'include src tests' - compilers: '["gcc-11"]' + compilers: '["gcc-11", "clang-14"]' doc_target: 'tensorwrapper_cxx_api' secrets: inherit