tests: add pg in ci
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/build unknown status

This commit is contained in:
Simon Vieille 2024-03-31 22:25:27 +02:00
parent 55d7b80976
commit 5e3145a236
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -28,6 +28,11 @@ steps:
commands:
- mysql -hservice-mysql -uroot -proot test < tests/mysql_data.sql
"Fill PostgresSQL":
image: *mysql_image
commands:
- psql -U postgres -d test < tests/postgres_data.sql
"Run tests":
image: *golang_image
commands: