From 7f0967251d26aba24ecf4d9ce60215c89e5114a3 Mon Sep 17 00:00:00 2001 From: Benjamin Cane Date: Sun, 24 Mar 2024 07:34:44 -0700 Subject: [PATCH] two dashes should be one --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 078d43f..695d9f8 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -26,7 +26,7 @@ jobs: - name: Test run: | go vet -v ./... - go test -v --race -covermode=atomic -coverprofile=coverage.out ./... + go test -v -race -covermode=atomic -coverprofile=coverage.out ./... - name: Upload Code Coverage if: runner.os == 'Linux'