Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <dusan@dusanmalusev.dev>
  • Loading branch information
CodeLieutenant committed Aug 23, 2024
1 parent 4754554 commit ce9ecc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
LD_LIBRARY_PATH: ${{ steps.libuv.outputs.install_dir }}/lib

- name: Run the tests
run: php run-tests.php -q -j$(getconf _NPROCESSORS_ONLN) --show-diff --set-timeout 120
run: php run-tests.php -d "extension=uv" -q -j$(getconf _NPROCESSORS_ONLN) --show-diff --set-timeout 120
env:
USE_ZEND_ALLOC: 0
LIBRARY_PATH: ${{ steps.libuv.outputs.install_dir }}/lib
Expand Down

0 comments on commit ce9ecc4

Please sign in to comment.