Skip to content

Commit

Permalink
Merge pull request #175 from NWChemEx/test_clang
Browse files Browse the repository at this point in the history
Add Clang Build Test
  • Loading branch information
jwaldrop107 authored Jun 25, 2024
2 parents cf0fecb + 4335409 commit 4b92637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b92637

Please sign in to comment.