Skip to content

Commit afbf20f

Browse files
committed
Try to assemble tests effectively
1 parent 15e9d20 commit afbf20f

20 files changed

+2684
-2808
lines changed

.github/workflows/ci.yml

Lines changed: 32 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -30,38 +30,24 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
include:
33-
- name: test-unit-asyncify (1/16)
33+
- name: test-unit-asyncify (1/8)
3434
target: test
35-
- name: test-unit-asyncify (2/16)
36-
target: test-php
37-
- name: test-unit-asyncify (3/16)
38-
target: test-php-networking
39-
- name: test-unit-asyncify (4/16)
40-
target: test-php-request-handler-files
41-
- name: test-unit-asyncify (5/16)
42-
target: test-php-request-handler-requests
43-
- name: test-unit-asyncify (6/16)
44-
target: test-php-asyncify-file-get-contents-http
45-
- name: test-unit-asyncify (7/16)
46-
target: test-php-asyncify-file-get-contents-https
47-
- name: test-unit-asyncify (8/16)
48-
target: test-php-asyncify-fopen-http
49-
- name: test-unit-asyncify (9/16)
50-
target: test-php-asyncify-fopen-https
51-
- name: test-unit-asyncify (10/16)
52-
target: test-php-asyncify-fsockopen-http
53-
- name: test-unit-asyncify (11/16)
54-
target: test-php-asyncify-fsockopen-https
55-
- name: test-unit-asyncify (12/16)
56-
target: test-php-asyncify-gethostbyname-http
57-
- name: test-unit-asyncify (13/16)
58-
target: test-php-asyncify-gethostbyname-https
59-
- name: test-unit-asyncify (14/16)
60-
target: test-php-asyncify-mysqli-http
61-
- name: test-unit-asyncify (15/16)
62-
target: test-php-asyncify-mysqli-https
63-
- name: test-unit-asyncify (16/16)
64-
target: test-php-asyncify-sqlite3
35+
- name: test-unit-asyncify (2/8)
36+
target: test-asyncify
37+
# - name: test-unit-asyncify (3/9)
38+
# target: test-php-asyncify
39+
- name: test-unit-asyncify (3/8)
40+
target: test-php-file-get-contents-asyncify
41+
- name: test-unit-asyncify (4/8)
42+
target: test-php-fopen-asyncify
43+
- name: test-unit-asyncify (5/8)
44+
target: test-php-fsockopen-asyncify
45+
- name: test-unit-asyncify (6/8)
46+
target: test-php-gethostbyname-asyncify
47+
- name: test-unit-asyncify (7/8)
48+
target: test-php-mysqli-asyncify
49+
- name: test-unit-asyncify (8/8)
50+
target: test-php-sqlite3-asyncify
6551
name: ${{ matrix.name }}
6652
services:
6753
mysql:
@@ -97,40 +83,22 @@ jobs:
9783
fail-fast: false
9884
matrix:
9985
include:
100-
- name: test-unit-jspi (1/17)
86+
- name: test-unit-jspi (1/7)
10187
target: test-jspi
102-
- name: test-unit-jspi (2/17)
103-
target: test-php-jspi
104-
- name: test-unit-jspi (3/17)
105-
target: test-php-dynamic-loading-jspi
106-
- name: test-unit-jspi (4/17)
107-
target: test-php-networking-jspi
108-
- name: test-unit-jspi (5/17)
109-
target: test-php-request-handler-files-jspi
110-
- name: test-unit-jspi (6/17)
111-
target: test-php-request-handler-requests-jspi
112-
- name: test-unit-jspi (7/17)
113-
target: test-php-asyncify-file-get-contents-http-jspi
114-
- name: test-unit-jspi (8/17)
115-
target: test-php-asyncify-file-get-contents-https-jspi
116-
- name: test-unit-jspi (9/17)
117-
target: test-php-asyncify-fopen-http-jspi
118-
- name: test-unit-jspi (10/17)
119-
target: test-php-asyncify-fopen-https-jspi
120-
- name: test-unit-jspi (11/17)
121-
target: test-php-asyncify-fsockopen-http-jspi
122-
- name: test-unit-jspi (12/17)
123-
target: test-php-asyncify-fsockopen-https-jspi
124-
- name: test-unit-jspi (13/17)
125-
target: test-php-asyncify-gethostbyname-http-jspi
126-
- name: test-unit-jspi (14/17)
127-
target: test-php-asyncify-gethostbyname-https-jspi
128-
- name: test-unit-jspi (15/17)
129-
target: test-php-asyncify-mysqli-http-jspi
130-
- name: test-unit-jspi (16/17)
131-
target: test-php-asyncify-mysqli-https-jspi
132-
- name: test-unit-sqlite3 (17/17)
133-
target: test-php-asyncify-sqlite3-jspi
88+
# - name: test-unit-jspi (2/8)
89+
# target: test-php-jspi
90+
- name: test-unit-jspi (2/7)
91+
target: test-php-file-get-contents-jspi
92+
- name: test-unit-jspi (3/7)
93+
target: test-php-fopen-jspi
94+
- name: test-unit-jspi (4/7)
95+
target: test-php-fsockopen-jspi
96+
- name: test-unit-jspi (5/7)
97+
target: test-php-gethostbyname-jspi
98+
- name: test-unit-jspi (6/7)
99+
target: test-php-mysqli-jspi
100+
- name: test-unit-jspi (7/7)
101+
target: test-php-sqlite3-jspi
134102
name: ${{ matrix.name }}
135103
services:
136104
mysql:

0 commit comments

Comments
 (0)