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:
chupei 2020-05-14 15:29:31 +08:00 committed by GitHub
parent 0a36185ebe
commit 08fa9619b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,6 @@
![](https://github.com/qiniu/goc/workflows/ut-check/badge.svg)
![](https://github.com/qiniu/goc/workflows/style-check/badge.svg)
# goc # goc
A Comprehensive Coverage Testing System for The Go Programming Language A Comprehensive Coverage Testing System for The Go Programming Language