File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments