From 0ce2055c51498ef9b9ebe6e1822fbc7720f385d4 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 27 Mar 2024 23:06:08 +0100 Subject: [PATCH] ci: run go checks in pre-commit.ci --- .pre-commit-config.yaml | 3 --- Makefile | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4135fb7..df48a91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,3 @@ -ci: - skip: [golangci-lint-full] - repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 diff --git a/Makefile b/Makefile index efe0bd3..22c7c6e 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,5 @@ lint: .PHONY: test test: + go mod download go test -race -v ./...