Workflow change

This commit is contained in:
kdeng00
2025-07-30 15:20:35 -04:00
parent 67b8ea8116
commit 89a617f967
2 changed files with 100 additions and 9 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