From c24ba4a2e92d9ef05a091a819c6b0d4c1887f108 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 22 May 2021 16:06:43 +0200 Subject: Add tests with x86 architecture --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b744322..60d4b59 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,11 +26,13 @@ jobs: - python: 3.9 postgres: 13 - # Opposite extremes of the supported Py/PG range + # Opposite extremes of the supported Py/PG range, other architecture - python: 2.7 postgres: 13 + architecture: 'x86' - python: 3.9 postgres: 9.5 + architecture: 'x86' env: PSYCOPG2_TESTDB: postgres -- cgit v1.2.1