Skip to content

Commit 6f84e6d

Browse files
authored
🚸 do not fail fast on macOS C++ tests (#54)
Signed-off-by: burgholzer <[email protected]>
1 parent 966fc20 commit 6f84e6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-cpp-tests-macos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
runs-on: [macos-13, macos-14] # Tests on the Intel and arm64 architectures
25+
fail-fast: false # Continue with other jobs if one fails
2526
env:
2627
CMAKE_BUILD_PARALLEL_LEVEL: 4
2728
CTEST_PARALLEL_LEVEL: 4

0 commit comments

Comments
 (0)