Version fix #193

Merged
kdeng00 merged 11 commits from fix_version into main 2025-10-14 22:02:26 -04:00
Showing only changes of commit aafc44cdac - Show all commits
+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