Skip to content

Commit

Permalink
ci(macos): no fast tests on macOS package building
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dvarrazzo committed Jan 5, 2025
1 parent 65626ec commit c8abc5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8abc5c

Please sign in to comment.