.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:
parent
2953737478
commit
90987194cb
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -320,3 +320,6 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: meson compile -C "${{github.workspace}}/build" --verbose
|
||||
|
||||
- name: Unit Tests
|
||||
run: meson test -C "${{github.workspace}}/build" --print-errorlogs
|
||||
|
Loading…
x
Reference in New Issue
Block a user