From e9803ba84a0710c9df70f9faa832e9599ad19817 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 24 Sep 2023 11:54:10 -0700 Subject: [PATCH] Re-enabled tests --- .github/workflows/build-windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index de288277e..4266635fe 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -48,9 +48,9 @@ jobs: with: target: install - #- name: DiligentCoreTest - # if: ${{ success() && matrix.name != 'UWP'}} - # uses: DiligentGraphics/github-action/run-core-tests@mingw + - name: DiligentCoreTest + if: ${{ success() && matrix.name != 'UWP'}} + uses: DiligentGraphics/github-action/run-core-tests@mingw - name: Upload artifact uses: actions/upload-artifact@v3