Skip to content

Commit

Permalink
Test clang 14 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed Sep 14, 2023
1 parent 9415428 commit 67f5bff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,11 @@ jobs:
unit_tests: OFF
input_file_tests_min_priority: "normal"
# Test with MPI version of charm
- compiler: clang-13
- compiler: clang-14
build_type: Release
CHARM_ROOT: /work/charm_7_0_0/mpi-linux-x86_64-smp-clang
# MPI running tests is a bit slower than multicore
TEST_TIMEOUT_FACTOR: 3

container:
image: ${{ inputs.container || 'sxscollaboration/spectre:ci' }}
Expand Down

0 comments on commit 67f5bff

Please sign in to comment.