From 31ba950b71acbcb8d71a82bde0675785d24ff791 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 17 Dec 2022 01:11:20 +0200 Subject: [PATCH] =?UTF-8?q?[circleci]=20Don=E2=80=99t=20run=20tests=20in?= =?UTF-8?q?=20dist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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