We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2229b51 commit ee823f9Copy full SHA for ee823f9
.github/workflows/go.yml
@@ -27,8 +27,6 @@ jobs:
27
go test -race -covermode atomic -coverprofile=cortex-tenant.coverprofile ./...
28
29
- name: Install goveralls
30
- env:
31
- GO111MODULE: off
32
run: go get github.com/mattn/goveralls
33
34
- name: Send coverage
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Run Unit tests
24
run: |
25
- go test -race -covermode atomic -coverprofile=cortex-tenant.coverprofile ./...
+ go test -race ./...
26
- name: Build
0 commit comments