From ea48ea65266832f3d1132a6f52bb5515df1a6d2e Mon Sep 17 00:00:00 2001 From: Esme Date: Tue, 21 Nov 2023 18:27:00 +0000 Subject: [PATCH] github CI: Run full test suite on macOS. --- .github/workflows/c-cpp.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 37d63002..8d663347 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -213,3 +213,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