From 1a0efbfa4d3d7512f236b6fdadf8f1a96f928f17 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Tue, 21 Feb 2023 21:13:05 -0800 Subject: [PATCH] try to just use make test? --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9701cae..c1a87e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }})