Skip to content

Commit

Permalink
Re-enabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Sep 24, 2023
1 parent d469c26 commit e9803ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9803ba

Please sign in to comment.