Skip to content

Commit f974cd8

Browse files
Remove continue-on-error: true from tests
1 parent a9be5df commit f974cd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282
- name: Run syntax tests on unix
8383
run: |
8484
./tests/syntax.sh
85-
continue-on-error: true
85+
#continue-on-error: true
8686

8787
- name: Run unit tests on unix
8888
run: |
8989
./tests/unittest.sh
90-
continue-on-error: true
90+
#continue-on-error: true
9191

9292
- name: Build LVGL MicroPython esp32
9393
run: |

0 commit comments

Comments
 (0)