mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-21 23:48:10 +01:00
ci: run go checks in pre-commit.ci
This commit is contained in:
parent
384f8008b9
commit
0ce2055c51
2 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
||||||
ci:
|
|
||||||
skip: [golangci-lint-full]
|
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v2.3.0
|
rev: v2.3.0
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -4,4 +4,5 @@ lint:
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
|
go mod download
|
||||||
go test -race -v ./...
|
go test -race -v ./...
|
||||||
|
|
Loading…
Reference in a new issue