Skip to content

Commit e035bc0

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

19 files changed

+2680
-2776
lines changed

.github/workflows/ci.yml

Lines changed: 38 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -30,38 +30,26 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
include:
33-
- name: test-unit-asyncify (1/16)
34-
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
33+
- name: test-unit-asyncify (1/10)
34+
target: test-asyncify
35+
- name: test-unit-asyncify (2/10)
36+
target: test-php-asyncify
37+
- name: test-unit-asyncify (3/10)
38+
target: test-php-networking-asyncify
39+
- name: test-unit-asyncify (4/10)
40+
target: test-php-request-handler-asyncify
41+
- name: test-unit-asyncify (5/10)
42+
target: test-php-file-get-contents-asyncify
43+
- name: test-unit-asyncify (6/10)
44+
target: test-php-fopen-asyncify
45+
- name: test-unit-asyncify (7/10)
46+
target: test-php-fsockopen-asyncify
47+
- name: test-unit-asyncify (8/10)
48+
target: test-php-gethostbyname-asyncify
49+
- name: test-unit-asyncify (9/10)
50+
target: test-php-mysqli-asyncify
51+
- name: test-unit-asyncify (10/10)
52+
target: test-php-sqlite3-asyncify
6553
name: ${{ matrix.name }}
6654
services:
6755
mysql:
@@ -97,40 +85,28 @@ jobs:
9785
fail-fast: false
9886
matrix:
9987
include:
100-
- name: test-unit-jspi (1/17)
88+
- name: test-unit-jspi (1/11)
10189
target: test-jspi
102-
- name: test-unit-jspi (2/17)
90+
- name: test-unit-jspi (2/11)
10391
target: test-php-jspi
104-
- name: test-unit-jspi (3/17)
92+
- name: test-unit-jspi (3/11)
10593
target: test-php-dynamic-loading-jspi
106-
- name: test-unit-jspi (4/17)
94+
- name: test-unit-jspi (4/11)
10795
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
96+
- name: test-unit-jspi (5/11)
97+
target: test-php-request-handler-jspi
98+
- name: test-unit-jspi (6/11)
99+
target: test-php-file-get-contents-jspi
100+
- name: test-unit-jspi (7/11)
101+
target: test-php-fopen-jspi
102+
- name: test-unit-jspi (8/11)
103+
target: test-php-fsockopen-jspi
104+
- name: test-unit-jspi (9/11)
105+
target: test-php-gethostbyname-jspi
106+
- name: test-unit-jspi (10/11)
107+
target: test-php-mysqli-jspi
108+
- name: test-unit-jspi (11/11)
109+
target: test-php-sqlite3-jspi
134110
name: ${{ matrix.name }}
135111
services:
136112
mysql:

0 commit comments

Comments
 (0)