CI: run tests in the weekly build

This commit is contained in:
Adriaan de Groot 2024-07-20 22:25:28 +02:00
parent 456bb1b3eb
commit c34d401cc3

View File

@ -42,3 +42,6 @@ jobs:
- name: "build (extensions)"
shell: bash
run: BUILDDIR=/build/calamares-extensions SRCDIR=${SRCDIR}/calamares-extensions ./ci/build.sh
- name: "test (core)"
shell: bash
run: ctest --test-dir /build -V