Skip to content

Commit b661a00

Browse files
committed
CI: Run tests
1 parent 9b3f3e9 commit b661a00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636
env:
3737
DESTDIR: out
3838
run: |
39-
meson build -Ddocumentation=true
39+
meson build -Ddocumentation=true -Dtests=true
4040
ninja -C build
4141
ninja -C build install
42+
meson test -v
4243
4344
fedora:
4445
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)