Skip to content

Commit d08cc07

Browse files
committed
test more chapters
1 parent 41ef707 commit d08cc07

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/tests.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,26 @@ jobs:
6161
# make test_chapter_02_unittest
6262

6363
- name: Test chapter 3
64+
if: always()
6465
run: |
6566
make test_chapter_unit_test_first_view
67+
68+
- name: Test chapter 4
69+
if: always()
70+
run: |
71+
make test_chapter_philosophy_and_refactoring
72+
73+
- name: Test chapter 5
74+
if: always()
75+
run: |
76+
make test_chapter_post_and_database
77+
78+
- name: Test chapter 6
79+
if: always()
80+
run: |
81+
make test_chapter_explicit_waits_1
82+
83+
- name: Test chapter 7
84+
if: always()
85+
run: |
86+
make test_chapter_working_incrementally

0 commit comments

Comments
 (0)