chore(ci): remove creating .env.test

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

View File

@@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build
- name: Create .env.test
run: touch .env.test
- name: Run tests
run: cargo test
env: