mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 00:46:33 +03:00
Add tests with x86 architecture
This commit is contained in:
parent
373a7877ba
commit
c24ba4a2e9
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -26,11 +26,13 @@ jobs:
|
||||||
- python: 3.9
|
- python: 3.9
|
||||||
postgres: 13
|
postgres: 13
|
||||||
|
|
||||||
# Opposite extremes of the supported Py/PG range
|
# Opposite extremes of the supported Py/PG range, other architecture
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
postgres: 13
|
postgres: 13
|
||||||
|
architecture: 'x86'
|
||||||
- python: 3.9
|
- python: 3.9
|
||||||
postgres: 9.5
|
postgres: 9.5
|
||||||
|
architecture: 'x86'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PSYCOPG2_TESTDB: postgres
|
PSYCOPG2_TESTDB: postgres
|
||||||
|
|
Loading…
Reference in New Issue
Block a user