optimize ci check job name (#7)
* optimize ci check job name * optimize ci check job name * optimize ci check job name Co-authored-by: chupei <chupei@qiniu.com>
This commit is contained in:
parent
0a36185ebe
commit
08fa9619b8
5
.github/workflows/style_check.yml
vendored
5
.github/workflows/style_check.yml
vendored
@ -12,12 +12,11 @@ on:
|
|||||||
- '**.md'
|
- '**.md'
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
name: go style check
|
name: vet and gofmt
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.13.x, 1.14.x]
|
go-version: [1.13.x, 1.14.x]
|
||||||
platform: [ubuntu-latest]
|
runs-on: ubuntu-latest
|
||||||
runs-on: ${{ matrix.platform }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
|
3
.github/workflows/ut_check.yml
vendored
3
.github/workflows/ut_check.yml
vendored
@ -16,8 +16,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.13.x, 1.14.x]
|
go-version: [1.13.x, 1.14.x]
|
||||||
platform: [ubuntu-latest]
|
runs-on: ubuntu-latest
|
||||||
runs-on: ${{ matrix.platform }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|

|
||||||
|

|
||||||
|
|
||||||
# goc
|
# goc
|
||||||
A Comprehensive Coverage Testing System for The Go Programming Language
|
A Comprehensive Coverage Testing System for The Go Programming Language
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user