I am not sure this can fix.
This commit is contained in:
sjlleo
2022-06-12 12:59:30 +08:00
committed by GitHub
parent d7ab206e40
commit ee9111249c

View File

@@ -14,7 +14,7 @@ jobs:
go-version: "1.18"
- name: Test
run: go test -v -coverprofile='coverage.out' -covermode=count ./...
run: sudo go test -v -coverprofile='coverage.out' -covermode=count ./...
Build:
needs: test