try to just use make test?

This commit is contained in:
Dengke Tang
2023-02-21 21:13:05 -08:00
parent 82abc2d4da
commit 1a0efbfa4d
+7 -7
View File
@@ -79,15 +79,15 @@ jobs:
run: |
phpize
./configure
make
- name: Install dependencies
run: |
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php
php -c php.ini composer.phar update --no-interaction
make test
# - name: Install dependencies
# run: |
# php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
# php composer-setup.php
# php -c php.ini composer.phar update --no-interaction
# make test
# linux-arm:
# name: ARM (${{ matrix.arch }})