Merge pull request #1095 from Lokowitz/fix-test

fix test
This commit is contained in:
Owen Schwartz 2025-07-19 10:29:20 -07:00 committed by GitHub
commit 072d6d7094
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ jobs:
exit 1 exit 1
- name: Build Docker image sqlite - name: Build Docker image sqlite
run: make build run: make build-sqlite
- name: Build Docker image pg - name: Build Docker image pg
run: make build-pg run: make build-pg