From ba9a1bf99d780a88b2e07cced8a99b255676120b Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Thu, 7 Mar 2024 16:23:55 +0000 Subject: [PATCH] Remove race checks to save docker tests --- .github/workflows/go_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 5c13fb7..ee4441b 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -14,5 +14,5 @@ jobs: with: go-version: ${{ matrix.go-version }} - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - run: go test -race -covermode=atomic -coverprofile=coverage.out ./... + - run: go test -covermode=atomic -coverprofile=coverage.out ./... - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0