.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:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user