You've already forked hexagonrpc
mirror of
https://github.com/linux-msm/hexagonrpc.git
synced 2026-02-25 13:13:52 -08:00
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:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user