Skip to content

Commit 7e516d8

Browse files
authored
Update tests.yml
1 parent 43d6875 commit 7e516d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
go-version: ${{ matrix.go-version }}
3434
cache: true
35-
- name: Test
35+
- name: Run tests
3636
run: go test -race -coverprofile unit.txt -covermode atomic -v ./...
3737
- name: Upload unit-tests coverage report to Codecov
3838
uses: codecov/codecov-action@v4
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
go-version: ${{ matrix.go-version }}
8585
cache: true
86-
- name: Integration test
86+
- name: Run tests
8787
run: go test -race -tags integration -coverpkg=./... -coverprofile integration.txt -covermode atomic ./tests/integration
8888
- name: Upload integration-tests coverage report to Codecov
8989
uses: codecov/codecov-action@v4
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
go-version: ${{ matrix.go-version }}
137137
cache: true
138-
- name: Integration test
138+
- name: Run tests
139139
run: go test -race -tags integration -coverpkg=./... -coverprofile experiment.txt -covermode atomic ./...
140140
- name: Upload experimental-tests coverage report to Codecov
141141
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)