diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c833df6..d9f3be2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Run spec tests run: go test -v ./... -tags='norace' - name: Run all tests with race detection - timeout-minutes: 3 + timeout-minutes: 1 run: go test -race -covermode atomic -coverprofile=profile.cov -v ./... -tags='!norace' - name: Send coverage uses: shogo82148/actions-goveralls@v1