From 6a535f8d73b4053046cc4a99b242baff6b8e1b33 Mon Sep 17 00:00:00 2001 From: n08i40k Date: Tue, 2 Sep 2025 09:11:30 +0400 Subject: [PATCH] chore(ci): remove creating .env.test --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b16ed60..c6822a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: