TestCollectSkipNames

This commit is contained in:
xushiwei
2024-06-15 18:22:26 +08:00
parent 7f11651311
commit dcb8eb7d6d
2 changed files with 8 additions and 4 deletions

View File

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