Skip to content

Commit 5d3cef4

Browse files
committed
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 <[email protected]>
1 parent 23a6964 commit 5d3cef4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Buildtest
1+
name: Build+test
22

33
on:
44
pull_request:
@@ -27,3 +27,7 @@ jobs:
2727
run: |
2828
meson setup build
2929
ninja -C build
30+
31+
- name: run tests
32+
run: |
33+
ninja -C build test

0 commit comments

Comments
 (0)