From d958f487170100f1da24b368aa28c5a5cc39df80 Mon Sep 17 00:00:00 2001 From: Varakh Date: Sun, 2 Jun 2024 23:11:12 +0200 Subject: [PATCH] Use recommended race option for testing #noissue --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8cb4d27..bb8649f 100644 --- a/Makefile +++ b/Makefile @@ -55,10 +55,7 @@ checkstyle: checkstyle-ci: checkstyle -checkstyle-ci: - go vet ./... - test: - go test ./... + go test -race ./... test-ci: test \ No newline at end of file