chore(ci): use same pg version 18

This commit is contained in:
Edouard Vanbelle
2026-06-19 14:08:25 +02:00
parent e5b9a4a8db
commit 14b63c9bd9
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -41,6 +41,7 @@ test-integration:
DATABASE_URL='postgres://oxicloud_test:oxicloud_test@localhost:5433/oxicloud_test' \
RUSTFLAGS='--cfg integration_tests' \
cargo test --workspace --tests
bash tests/common/stop-db.sh
test-one name:
cargo test {{name}}