Skip to content

Commit 16b3ddf

Browse files
committed
github: Use "check-runtimes" rather than individual "check-cxx" etc
This makes sure to run all three testsuites, even if there are failures in one of them.
1 parent a453b3c commit 16b3ddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434
-DCMAKE_INSTALL_MESSAGE=NEVER `
435435
-DLLVM_LIT_ARGS="-v --time-tests"
436436
ninja
437-
ninja check-cxx check-cxxabi check-unwind
437+
ninja check-runtimes
438438
439439
# Run the OpenMP tests with the cross-built toolchains from above.
440440
# This also forces testing the bundled python executables.

.github/workflows/test-libcxx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ jobs:
102102
-DCMAKE_INSTALL_MESSAGE=NEVER `
103103
-DLLVM_LIT_ARGS="-v --time-tests"
104104
ninja
105-
ninja check-cxx check-cxxabi check-unwind
105+
ninja check-runtimes

0 commit comments

Comments
 (0)