File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 9
9
#
10
10
11
11
ifndef MAKEFLAGS
12
- MAKEFLAGS += -j 4
12
+ MAKEFLAGS += -j 8
13
13
endif
14
14
15
15
export DEBUG =0
@@ -21,7 +21,7 @@ all: lint
21
21
lint :
22
22
puppet-lint --fail-on-warnings .
23
23
24
- test : test-codeorigin-stage test-codeorigin- prod-http test-codeorigin-prod-https test-codeorigin-next-http test-codeorigin-next-https test-contentorigin-prod test-miscweb test-wpdocs test-releases
24
+ test : test-codeorigin-prod-http test-codeorigin-prod-https test-codeorigin-next-http test-codeorigin-next-https test-codeorigin-stage test-contentorigin-prod test-miscweb test-wpdocs test-releases
25
25
26
26
test-codeorigin-prod-http :
27
27
@ php test/CodeoriginTest.php " http://code.jquery.com"
@@ -39,6 +39,11 @@ test-codeorigin-next-https:
39
39
@ php test/CodeoriginTest.php " https://codeorigin.jquery.com"
40
40
@ echo " ✅ $@ "
41
41
42
+ test-codeorigin-stage :
43
+ @ php test/CodeoriginTest.php " https://codeorigin-02.stage.ops.jquery.net"
44
+ @ echo " ✅ $@ "
45
+
46
+
42
47
test-contentorigin-prod :
43
48
@ php test/ContentoriginTest.php
44
49
@ echo " ✅ $@ "
@@ -54,7 +59,3 @@ test-wpdocs:
54
59
test-releases :
55
60
@ php test/ReleasesTest.php
56
61
@ echo " ✅ $@ "
57
-
58
- test-codeorigin-stage :
59
- @ php test/CodeoriginTest.php " https://codeorigin-02.stage.ops.jquery.net"
60
- @ echo " ✅ $@ "
You can’t perform that action at this time.
0 commit comments