diff --git a/tests/meson.build b/tests/meson.build index 795c35ef4..12c5b9f97 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -24,6 +24,6 @@ test( python, args : ['-B', files('check-missing-install-tag.py')], env : common_test_env, - suite : 'lint', + suite : ['lint', 'no-valgrind'], protocol : 'tap', ) \ No newline at end of file