修复go test报错

This commit is contained in:
bjdgy
2024-01-31 22:47:54 +08:00
parent 2fc3c33880
commit 7554876259
6 changed files with 8 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ jobs:
- name: Test coverage
run: |
cd server
go test ./...
go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...
- name: Upload coverage reports to Codecov