Skip to content

Commit 76fa30b

Browse files
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

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
files: \.(c|h)$
3333
- id: meson-test
3434
name: Meson Test
35-
entry: meson test -C builddir
35+
entry: meson test -C builddir --no-suite integration
3636
language: system
3737
pass_filenames: false
3838
files: \.(c|h)$

0 commit comments

Comments
 (0)