chore(ci): remove creating .env.test

This commit is contained in:
2025-09-02 09:11:30 +04:00
parent 8d59e37976
commit 5e5cd53f46

View File

@@ -40,7 +40,6 @@ jobs:
- name: Test
run: |
touch .env.test
cargo test --verbose
env:
DATABASE_URL: ${{ env.TEST_DB }}