diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh index 699d134e0d..12cf083d92 100755 --- a/tests/compiler-tests.sh +++ b/tests/compiler-tests.sh @@ -30,7 +30,7 @@ images=("gcc-version-11" # A subset of the above list: these images will build against every target, # ignoring builds_per_compiler. -comprehensive=("gcc-version-11") +comprehensive=("gcc-version-11" "clang-version-11") # All build targets in build_opt/ which we want to build using each image.