Skip to content

Commit 9862556

Browse files
committed
test all the chapters in part 1 individually
1 parent cd1736e commit 9862556

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/tests.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,30 @@ jobs:
6262
run: |
6363
make test_chapter_02_unittest
6464
65+
- name: Test chapter 3
66+
if: always()
67+
run: |
68+
make test_chapter_unit_test_first_view
69+
70+
- name: Test chapter 4
71+
if: always()
72+
run: |
73+
make test_chapter_philosophy_and_refactoring
74+
75+
- name: Test chapter 5
76+
if: always()
77+
run: |
78+
make test_chapter_post_and_database
79+
80+
- name: Test chapter 6
81+
if: always()
82+
run: |
83+
make test_chapter_explicit_waits_1
84+
85+
- name: Test chapter 7
86+
if: always()
87+
run: |
88+
make test_chapter_working_incrementally
6589
# - name: Test all chapters in parallel, yolo
6690
# run: |
6791
# make build

0 commit comments

Comments
 (0)