CI: Run tests

The tests don't require access to Hexagon hardware, they currently pass,
and running them will provide a better assurance against regressions.

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
This commit is contained in:
J. Neuschäfer
2025-09-22 12:52:52 +02:00
parent 23a69640bf
commit 5d3cef4e5b

View File

@@ -1,4 +1,4 @@
name: Buildtest
name: Build+test
on:
pull_request:
@@ -27,3 +27,7 @@ jobs:
run: |
meson setup build
ninja -C build
- name: run tests
run: |
ninja -C build test