chore: add check task for CI
This commit is contained in:
@@ -14,3 +14,9 @@ tasks:
|
|||||||
lint:
|
lint:
|
||||||
desc: Run golangci-lint
|
desc: Run golangci-lint
|
||||||
cmds: [golangci-lint run ./...]
|
cmds: [golangci-lint run ./...]
|
||||||
|
check:
|
||||||
|
desc: Lint, vet, and test (used by CI)
|
||||||
|
cmds:
|
||||||
|
- golangci-lint run ./...
|
||||||
|
- go vet ./...
|
||||||
|
- go test ./... -race -count=1
|
||||||
|
|||||||
Reference in New Issue
Block a user