Skip to content

Commit

Permalink
github CI: Run full test suite on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd authored and Esme Povirk committed May 21, 2024
1 parent 31e5b88 commit 381efd9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,12 @@ jobs:
cat tests-failed
exit 1
fi
- name: Download Wine Mono tests
uses: actions/download-artifact@v3
with:
name: make tests-zip output
- name: Run Wine Mono tests
run: |
unzip wine-mono-*-tests.zip 1>&2
wine reg add 'HKCU\Software\Wine\WineDbg' /v ShowCrashDialog /t REG_DWORD /d 0 /f
wine64 tests/run-tests.exe -fail-list:tests/github-wine-failing.txt

0 comments on commit 381efd9

Please sign in to comment.