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 41ef707 commit d08cc07Copy full SHA for d08cc07
.github/workflows/tests.yml
@@ -61,5 +61,26 @@ jobs:
61
# make test_chapter_02_unittest
62
63
- name: Test chapter 3
64
+ if: always()
65
run: |
66
make test_chapter_unit_test_first_view
67
+
68
+ - name: Test chapter 4
69
70
+ run: |
71
+ make test_chapter_philosophy_and_refactoring
72
73
+ - name: Test chapter 5
74
75
76
+ make test_chapter_post_and_database
77
78
+ - name: Test chapter 6
79
80
81
+ make test_chapter_explicit_waits_1
82
83
+ - name: Test chapter 7
84
85
86
+ make test_chapter_working_incrementally
0 commit comments