Use multiple files in tests (#168)

* File renamed

* Filename change in the code as well

* Added more migration sql for tests

* Using different song for a test

* Changes to test and helper functions

* Workflow change

* Code formatting

* Version bump
This commit was merged in pull request #168.
This commit is contained in:
KD
2025-07-30 15:28:47 -04:00
committed by GitHub
parent a0c6ae65a3
commit 9aefeace23
7 changed files with 130 additions and 11 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
env:
ROOT_DIRECTORY: "/tmp"
DATABASE_URL: "postgres://${{ secrets.POSTGRES_USER }}:${{ secrets.POSTGRES_PASSWORD }}@localhost:5432/${{ secrets.POSTGRES_DB }}"
run: cargo test --verbose -- --test-threads=1
run: cargo test --verbose --
- name: Run clippy
run: cargo clippy -- -D warnings