diff --git a/.circleci/config.yml b/.circleci/config.yml index c4c157e6e..ca6ce4f92 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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