1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 18:35:20 +02:00

Test PostgreSQL in CI

This commit is contained in:
Jude Melton-Houghton
2022-10-19 17:58:36 -04:00
committed by Loïc Blot
parent aaa05f901a
commit f8c781b46c
2 changed files with 10 additions and 1 deletions

View File

@@ -29,6 +29,9 @@ on:
- 'Dockerfile'
- '.dockerignore'
env:
MINETEST_POSTGRESQL_CONNECT_STRING: 'host=localhost user=minetest password=minetest dbname=minetest'
jobs:
# Older gcc version (should be close to our minimum supported version)
gcc_5: