Fix cache
All checks were successful
CI.yml / build (push) Successful in 51s

This commit is contained in:
d3m0k1d
2026-01-11 20:29:44 +03:00
parent 6a26f04e67
commit fda23cb622

View File

@@ -23,7 +23,8 @@ 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:
skip-pkg-cache: true args: --timeout=5m
skip-cache: true
- name: Run tests - name: Run tests
run: go test ./... run: go test ./...
- name: Build - name: Build