We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1736e commit 9862556Copy full SHA for 9862556
.github/workflows/tests.yml
@@ -62,6 +62,30 @@ jobs:
62
run: |
63
make test_chapter_02_unittest
64
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
72
73
+ make test_chapter_philosophy_and_refactoring
74
75
+ - name: Test chapter 5
76
77
78
+ make test_chapter_post_and_database
79
80
+ - name: Test chapter 6
81
82
83
+ make test_chapter_explicit_waits_1
84
85
+ - name: Test chapter 7
86
87
88
+ make test_chapter_working_incrementally
89
# - name: Test all chapters in parallel, yolo
90
# run: |
91
# make build
0 commit comments