mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
try to run unit test
This commit is contained in:
@@ -108,6 +108,10 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Setup PHP 8.0
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.0'
|
||||
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
||||
run: |
|
||||
cd ..\
|
||||
|
||||
+1
-1
@@ -17,4 +17,4 @@ call configure --enable-cli --with-openssl --enable-awscrt=shared
|
||||
|
||||
call nmake
|
||||
|
||||
@REM call nmake test-awscrt
|
||||
call nmake test-awscrt
|
||||
|
||||
Reference in New Issue
Block a user