Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bf260e5

Browse filesBrowse files
committed
Test
1 parent 750ed19 commit bf260e5
Copy full SHA for bf260e5

File tree

1 file changed

+3
-1
lines changed
Filter options

1 file changed

+3
-1
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
persist-credentials: false
4242

4343
- name: Test
44-
run: bash tests/run.sh
44+
run: |
45+
export PHP_CURL_CLASS_SKIP_SLOW_TESTS="1"
46+
bash tests/run.sh
4547
env:
4648
CI_PHP_VERSION: ${{ matrix.php-version }}
4749
CI_PHP_FUTURE_RELEASE: ${{ matrix.future-release }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.