.github/workflows/build.yml: run unit tests on Windows

The unit tests currently fail on Windows.  That needs to be fixed, but
good to know that there are problems currently.
This commit is contained in:
Max Kellermann
2025-03-11 09:45:55 +01:00
parent 2953737478
commit 90987194cb

View File

@@ -320,3 +320,6 @@ jobs:
- name: Build - name: Build
run: meson compile -C "${{github.workspace}}/build" --verbose run: meson compile -C "${{github.workspace}}/build" --verbose
- name: Unit Tests
run: meson test -C "${{github.workspace}}/build" --print-errorlogs