Skip to content

Commit cd1736e

Browse files
committed
github run chapters even if others fail
1 parent 2dbaf5e commit cd1736e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ jobs:
5353
env
5454
5555
- name: Test chapter 1
56+
if: always()
5657
run: |
5758
make test_chapter_01
5859
5960
- name: Test chapter 2
61+
if: always()
6062
run: |
6163
make test_chapter_02_unittest
6264

0 commit comments

Comments
 (0)