chore: fix one more time ci
Some checks failed
Backend ci / build (push) Failing after 3m11s

This commit is contained in:
d3m0k1d
2026-02-03 16:02:29 +03:00
parent c31081e0f3
commit e6c1626862

View File

@@ -31,6 +31,7 @@ jobs:
- name: Golangci-lint - name: Golangci-lint
uses: golangci/golangci-lint-action@v9.2.0 uses: golangci/golangci-lint-action@v9.2.0
with: with:
working-directory: backend
args: --timeout=5m args: --timeout=5m
skip-cache: true skip-cache: true
- name: Run tests - name: Run tests