This commit is contained in:
kdeng00
2025-10-13 16:39:47 -04:00
parent 2251f0e36e
commit aafc44cdac
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
ROOT_DIRECTORY: "/tmp"
DATABASE_URL: "postgres://${{ secrets.POSTGRES_USER }}:${{ secrets.POSTGRES_PASSWORD }}@localhost:5432/${{ secrets.POSTGRES_DB }}"
run: |
cat .env.sample | head -1 > .env
cat .env.sample | head -6 > .env
cargo test --verbose --
- name: Run clippy