Skip to content

Commit 3593727

Browse files
committed
Build/Test Tools: Use correct value for split_slow.
Follow up to [58597], [58602]. See #61213. git-svn-id: https://develop.svn.wordpress.org/branches/5.8@58603 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 93649ee commit 3593727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
os: ubuntu-latest
6565
memcached: true
6666
multisite: false
67-
split_slow: true
67+
split_slow: false
6868
- php: '7.4'
6969
os: ubuntu-latest
7070
memcached: true
7171
multisite: true
72-
split_slow: true
72+
split_slow: false
7373
with:
7474
os: ${{ matrix.os }}
7575
php: ${{ matrix.php }}

0 commit comments

Comments
 (0)