Skip to content

Commit c9de58d

Browse files
committed
Remove continue-on-error again (now that we know all steps work, except the test_cross_module_exception_translator failure)
1 parent 74ef7fa commit c9de58d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/macos_brew_install_llvm.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,15 @@ jobs:
5858
5959
- name: Build
6060
run: cmake --build . -j 2
61-
continue-on-error: true
6261

6362
- name: Python tests
6463
run: cmake --build . --target pytest -j 2
65-
continue-on-error: true
6664

6765
- name: C++ tests
6866
run: cmake --build . --target cpptest -j 2
69-
continue-on-error: true
7067

7168
- name: Interface test
7269
run: cmake --build . --target test_cmake_build -j 2
73-
continue-on-error: true
7470

7571
- name: Clean directory
7672
run: git clean -fdx

0 commit comments

Comments
 (0)