diff --git a/.github/workflows/verify-build.yml b/.github/workflows/verify-build.yml index 37138de6..a0a30227 100644 --- a/.github/workflows/verify-build.yml +++ b/.github/workflows/verify-build.yml @@ -134,6 +134,15 @@ jobs: cc-compiler: g++-10 debug: nodebug coverage: nocoverage + - test-group: extra + os: ubuntu-latest + os-type: ubuntu + build-type: none + compiler-family: gcc + c-compiler: gcc-11 + cc-compiler: g++-11 + debug: nodebug + coverage: nocoverage - test-group: extra os: ubuntu-18.04 os-type: ubuntu