Fix ci
Some checks failed
CI.yml / build (push) Has been cancelled

This commit is contained in:
d3m0k1d
2026-01-11 19:58:19 +03:00
parent 577f7ef0b9
commit 497c04a557

View File

@@ -20,8 +20,11 @@ jobs:
cache: false
- name: Install deps
run: go mod tidy
- name: Run linter
run: golangci-lint run ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=5m
- name: Run tests
run: go test ./...
- name: Build