summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/linux.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 5dede6d..d5f1d2e 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -37,4 +37,7 @@ jobs:
meson compile -C build
- name: Test
run:
+ meson test -C build --print-errorlogs --no-suite python-tests
+ - name: Test with valgrind
+ run:
meson test -C build --print-errorlogs --setup=valgrind --no-suite python-tests