mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: Switch to postgres
Migrate from MariaDB to PostgreSQL. Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
baf97bd159
commit
141dccbfd9
64 changed files with 560 additions and 615 deletions
|
@ -8,7 +8,7 @@ make -C test clean
|
|||
# Run sharness tests.
|
||||
bash $dir/run-sharness.sh
|
||||
|
||||
# Run Python tests with MariaDB database.
|
||||
# Run Python tests with PostgreSQL database.
|
||||
# Pass --silence to avoid reporting coverage. We will do that below.
|
||||
bash $dir/run-pytests.sh --no-coverage
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue