diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index 1703f59..949830e 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -30,6 +30,6 @@ jobs: - name: "build" run: "go build -v ./..." - name: "tests" - run: "go test -count 100 ./..." + run: "go test ./..." - name: "covered tests" - run: "go test -count 100 -coverprofile coverage.out ./..." + run: "go test -coverprofile coverage.out ./..."