This commit is contained in:
xushiwei
2024-06-15 18:28:39 +08:00
parent dcb8eb7d6d
commit 00c73b8388

View File

@@ -52,7 +52,12 @@ jobs:
- name: Build
run: go build -v ./...
- name: Test
if: matrix.os != 'macos-latest'
run: go test -v ./...
- name: Test with coverage
if: matrix.os == 'macos-latest'
run: go test -v -coverprofile="coverage.txt" -covermode=atomic ./...
- name: Install