Fix lint, make pipeline use psotgres

This commit is contained in:
binwiederhier
2026-02-18 21:07:31 -05:00
parent 9cc9891f49
commit 939b3d1117
5 changed files with 16 additions and 42 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- name: Build web app (required for tests)
run: make web
- name: Run tests, formatting, vetting and linting
run: make check
run: make checkv
- name: Run coverage
run: make coverage
- name: Upload coverage to codecov.io