File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -21,39 +21,34 @@ jobs:
2121 cmakeBuildType : RelWithDebInfo,
2222 asanEnabled : false,
2323 cudaEnabled : false,
24- e2eTests : false,
2524 checkCodeFormat : true,
2625 },
2726 {
2827 os : ubuntu-22.04,
2928 cmakeBuildType : Release,
3029 asanEnabled : false,
3130 cudaEnabled : false,
32- e2eTests : true,
3331 checkCodeFormat : true,
3432 },
3533 {
3634 os : ubuntu-22.04,
3735 cmakeBuildType : Release,
3836 asanEnabled : false,
3937 cudaEnabled : true,
40- e2eTests : false,
4138 checkCodeFormat : false,
4239 },
4340 {
4441 os : ubuntu-22.04,
4542 cmakeBuildType : Release,
4643 asanEnabled : true,
4744 cudaEnabled : false,
48- e2eTests : false,
4945 checkCodeFormat : false,
5046 },
5147 {
5248 os : ubuntu-22.04,
5349 cmakeBuildType : ClangTidy,
5450 asanEnabled : false,
5551 cudaEnabled : false,
56- e2eTests : false,
5752 checkCodeFormat : false,
5853 },
5954 ]
You can’t perform that action at this time.
0 commit comments