From c8abc5ce61429da515750cc096a14cbbbf7a35bc Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 5 Jan 2025 03:19:29 +0100 Subject: [PATCH] ci(macos): no fast tests on macOS package building We don't run complete tests in CI, so let's not waste this chance. The overhead for complete tests is minimal compared to all the pipeline boilerplate. --- .github/workflows/packages.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 0ca5f7438..94db07be5 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -179,7 +179,6 @@ jobs: PG_VERSION=16 PACKAGE_NAME=psycopg2-binary PSYCOPG2_TESTDB=postgres - PSYCOPG2_TEST_FAST=1 PATH="/tmp/libpq.build/bin:$PATH" - name: Upload artifacts