исправление теста dlcache_test.go №2
Some checks failed
Pre-commit / pre-commit (push) Failing after 4m59s

This commit is contained in:
2025-08-26 23:41:33 +03:00
parent 77055aa2cb
commit 292125a8ff
5 changed files with 68 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ i18n:
bash scripts/i18n-badge.sh
test-coverage:
go test ./... -v -coverpkg=./... -coverprofile=coverage.out
go test -tags=test ./... -v -coverpkg=./... -coverprofile=coverage.out
bash scripts/coverage-badge.sh
update-deps-cve: