File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,15 @@ jobs:
143143 cc-compiler : g++-9
144144 debug : nodebug
145145 coverage : nocoverage
146+ - test-group : extra
147+ os : ubuntu-latest
148+ os-type : ubuntu
149+ build-type : none
150+ compiler-family : gcc
151+ c-compiler : gcc-10
152+ cc-compiler : g++-10
153+ debug : nodebug
154+ coverage : nocoverage
146155 - test-group : extra
147156 os : ubuntu-18.04
148157 os-type : ubuntu
@@ -206,6 +215,15 @@ jobs:
206215 cc-compiler : clang++-9
207216 debug : nodebug
208217 coverage : nocoverage
218+ - test-group : extra
219+ os : ubuntu-latest
220+ os-type : ubuntu
221+ build-type : none
222+ compiler-family : clang
223+ c-compiler : clang-10
224+ cc-compiler : clang++-10
225+ debug : nodebug
226+ coverage : nocoverage
209227 - test-group : extra
210228 os : ubuntu-latest
211229 os-type : ubuntu
You can’t perform that action at this time.
0 commit comments