File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ jobs:
434434 -DCMAKE_INSTALL_MESSAGE=NEVER `
435435 -DLLVM_LIT_ARGS="-v --time-tests"
436436 ninja
437- ninja ${{startsWith(matrix.arch, 'a') && ' check-cxx' || ' check-cxx check- cxxabi check-unwind'}}
437+ ninja check-cxx check-cxxabi check-unwind
438438
439439 # Run the OpenMP tests with the cross-built toolchains from above.
440440 # This also forces testing the bundled python executables.
Original file line number Diff line number Diff line change @@ -102,4 +102,4 @@ jobs:
102102 -DCMAKE_INSTALL_MESSAGE=NEVER `
103103 -DLLVM_LIT_ARGS="-v --time-tests"
104104 ninja
105- ninja ${{startsWith(matrix.arch, 'a') && ' check-cxx' || ' check-cxx check- cxxabi check-unwind'}}
105+ ninja check-cxx check-cxxabi check-unwind
You can’t perform that action at this time.
0 commit comments