Commit 76fa30b
committed
ci: restrict local pre-commit meson test hook to unit tests
Tune the `meson-test` pre-commit hook to run only unit tests via `meson
test -C builddir --no-suite integration`.
This ensures that lightweight unit tests run automatically during local
commits for fast feedback, while slow, FUSE-based system integration
tests are explicitly skipped.1 parent 1554ed3 commit 76fa30b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments