test: run tests in build workflow

This commit is contained in:
Corban-Lee Jones 2025-05-15 12:15:21 +01:00
parent 3f58496fa0
commit 31ad266389

View File

@ -28,5 +28,8 @@ jobs:
env:
DATABASE_URL: ${{ secrets.POSTGRESQL_CONN_STRING }}
- name: Run Tests
run: npm run test
- name: Build Dist
run: npm run build