Skip to content

Commit 2adff29

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 f5a3f66 commit 2adff29

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
@@ -429,7 +429,7 @@ jobs:
429429
-DCMAKE_INSTALL_MESSAGE=NEVER `
430430
-DLLVM_LIT_ARGS="-v --time-tests"
431431
ninja
432-
ninja check-cxx check-cxxabi check-unwind
432+
ninja check-runtimes
433433
434434
# Run the OpenMP tests with the cross-built toolchains from above.
435435
# 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)