TestCollectSkipNames
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -52,11 +52,7 @@ jobs:
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
||||
- name: Test
|
||||
if: matrix.os != 'ubuntu-latest'
|
||||
run: go test -v ./...
|
||||
- name: Test with coverage
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: go test -v -coverprofile="coverage.txt" -covermode=atomic ./...
|
||||
|
||||
- name: Install
|
||||
|
||||
Reference in New Issue
Block a user