Skip to content

Commit 93bb8b5

Browse files
committed
ci: run only unit tests on macOS workflow
Update macOS build job in GitHub Actions workflow to only run unit tests and exclude the integration tests (which require FUSE/macFUSE, which is not supported or available in the GitHub Actions runner environment).
1 parent e8c6e16 commit 93bb8b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Compile
4040
run: meson compile -C builddir
4141

42-
- name: Test
43-
run: meson test -C builddir --verbose
42+
- name: Unit tests
43+
run: meson test -C builddir --no-suite integration --verbose
4444

4545
- name: Upload Meson logs
4646
if: always()

0 commit comments

Comments
 (0)