diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index 663b942fc4..7003ac4f17 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -6,8 +6,8 @@ on: tags: - v[0-9]+.[0-9]+.[0-9]+** # Tag filters not as strict due to different regex system on Github Actions pull_request: -env: - GOMAXPROCS: 4 +#env: +# GOMAXPROCS: 4 jobs: lint: runs-on: ubuntu-20.04 diff --git a/Makefile b/Makefile index 7c0c10a337..dc60fb13af 100644 --- a/Makefile +++ b/Makefile @@ -223,6 +223,7 @@ lint: ./pkg/ruler/... test: + go env go test -tags netgo -timeout 30m -race -count 1 ./... cover: