From f35b7027829adc2d4c09ce506b43fd5f838c6e62 Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Thu, 10 Nov 2022 22:53:44 -0800 Subject: [PATCH] test-awscrt --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 630f2be..f4bb195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: - run: phpize - run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt - run: nmake - - run: nmake test + - run: nmake test-awscrt windows2: runs-on: windows-2019