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.
This commit is contained in:
Daniele Varrazzo 2025-01-05 03:19:29 +01:00
parent 65626ec565
commit c8abc5ce61

View File

@ -179,7 +179,6 @@ jobs:
PG_VERSION=16 PG_VERSION=16
PACKAGE_NAME=psycopg2-binary PACKAGE_NAME=psycopg2-binary
PSYCOPG2_TESTDB=postgres PSYCOPG2_TESTDB=postgres
PSYCOPG2_TEST_FAST=1
PATH="/tmp/libpq.build/bin:$PATH" PATH="/tmp/libpq.build/bin:$PATH"
- name: Upload artifacts - name: Upload artifacts