From e6fab98a59da772f5755d2ae30235e87c47c1c6b Mon Sep 17 00:00:00 2001 From: Evan Date: Thu, 18 Jan 2024 09:35:59 -0500 Subject: [PATCH] There are no test files --- .gitea/workflows/test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ea6e6ec..eddaad1 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -17,8 +17,6 @@ jobs: run: go install golang.org/x/lint/golint@latest && golint ./... - name: vet run: go vet - - name: test - run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... - name: Go Build Linux x64 run: | GOOS=linux GOARCH=amd64 \