Merge branch 'lint-no-valgrind' into 'main'

tests: Don’t run lint tests under valgrind

See merge request GNOME/glib!3918
This commit is contained in:
Philip Withnall 2024-02-13 11:00:46 +00:00
commit c250c7b925

View File

@ -13,7 +13,7 @@ if have_bash
test(
test_name, files(test_name),
env : common_test_env,
suite : 'lint',
suite : ['lint', 'no-valgrind'],
protocol : 'tap',
)
endforeach