Update meson.yml

This commit is contained in:
Jordan Bayles 2024-09-09 18:06:39 -07:00 committed by GitHub
parent f7d5589130
commit a03fc6bec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,8 @@ jobs:
with:
meson-version: 1.5.1
ninja-version: 1.11.1.1
setup-options: -Db_coverage=true
options: --verbose
action: build
- name: meson test
@ -30,6 +32,8 @@ jobs:
with:
meson-version: 1.5.1
ninja-version: 1.11.1.1
setup-options: -Db_coverage=true
options: --verbose
action: test
- name: generate code coverage report