Обновление workflow тестов

This commit is contained in:
2025-03-23 06:19:51 +04:00
parent a95494d3be
commit 0316f58592

View File

@@ -20,6 +20,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build - name: Build
run: cargo build --verbose run: cargo build
- name: Create .env.test
run: touch .env.test
- name: Run tests - name: Run tests
run: cargo test --verbose -p schedule-parser-rusted -p schedule_parser run: cargo test -p schedule-parser-rusted -p schedule_parser
env:
DATABASE_URL: ${{ secrets.TEST_DATABASE_URL }}
JWT_SECRET: "test-secret-at-least-256-bits-used"