Skip to content

Commit ee823f9

Browse files
committed
fix workflows
1 parent 2229b51 commit ee823f9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
go test -race -covermode atomic -coverprofile=cortex-tenant.coverprofile ./...
2828
2929
- name: Install goveralls
30-
env:
31-
GO111MODULE: off
3230
run: go get github.com/mattn/goveralls
3331

3432
- name: Send coverage

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Run Unit tests
2424
run: |
25-
go test -race -covermode atomic -coverprofile=cortex-tenant.coverprofile ./...
25+
go test -race ./...
2626
2727
- name: Build
2828
run: |

0 commit comments

Comments
 (0)