summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-22 16:06:43 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-22 16:35:58 +0200
commitc24ba4a2e92d9ef05a091a819c6b0d4c1887f108 (patch)
tree796833f8f8a05f7460f84a8c0e341efac6301f99
parent373a7877baf97cc437da18af412a14f22b4e030d (diff)
downloadpsycopg2-c24ba4a2e92d9ef05a091a819c6b0d4c1887f108.tar.gz
Add tests with x86 architecture
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 3 insertions, 1 deletions
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