build: add postgres unit tests to makefile and CI

This commit is contained in:
sputn1ck 2023-05-30 09:30:58 +02:00
parent 3ee5bb6365
commit 9d7f3bf2fa
No known key found for this signature in database
GPG key ID: 671103D881A5F0E4
3 changed files with 9 additions and 2 deletions

View file

@ -20,7 +20,7 @@ env:
# If you change this value, please change it in the following files as well:
# /Dockerfile
GO_VERSION: 1.19.2
GO_VERSION: 1.20.4
jobs:
########################
@ -124,3 +124,6 @@ jobs:
- name: run unit tests
run: make unit
- name: run unit test with postgres
run: make unit-postgres