[circleci] Don’t run tests in dist

This commit is contained in:
Khaled Hosny 2022-12-17 01:11:20 +02:00 committed by خالد حسني (Khaled Hosny)
parent f22e42d737
commit 31ba950b71
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
- run: meson setup build
- run: meson compile -Cbuild -j9
- run: meson test -Cbuild --print-errorlogs
- run: meson dist -Cbuild
- run: meson dist -Cbuild --no-tests
- persist_to_workspace:
root: .
paths: build/meson-dist/harfbuzz-*.tar.xz