ci: run every test when changing the build

Changing meson options, checks or dependencies can affect drivers, so
they should be tested.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26625>
This commit is contained in:
Eric Engestrom
2023-12-10 17:41:50 +00:00
committed by Marge Bot
parent 9041084dd5
commit b557362b3a

View File

@@ -49,6 +49,9 @@
- .gitlab-ci/**/*
- include/**/*
- meson.build
- meson_options.txt
- build-support/**/*
- subprojects/**/*
- .gitattributes
- src/*
- src/compiler/**/*