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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user