diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16eabba..db6609f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,4 +12,6 @@ jobs: image: 'Dockerfile' pre-entrypoint: '../../scripts/install-development-environment' entrypoint: '../../scripts/test' + steps: + run: meson test -C build