From 13b87219a40274bb734bdf9b9cab8ee42ff0dcc2 Mon Sep 17 00:00:00 2001 From: Pavlo <97134096+flrdv@users.noreply.github.com> Date: Sun, 12 May 2024 10:34:41 +0200 Subject: [PATCH] remove -race flag from tests otherwise it always fails, meanwhile the reason is pretty dummy, and is the feature by itself --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 6c28a5c3..490c5716 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -23,4 +23,4 @@ jobs: go-version: '1.20' - name: Run tests - run: go test -race ./... \ No newline at end of file + run: go test ./...