Skip to content

Commit

Permalink
ci: 从自动测试中移除了-race,因go内部调用的原因非常的慢(可能是unicode相关)
Browse files Browse the repository at this point in the history
  • Loading branch information
fy0 committed May 14, 2024
1 parent 058db13 commit 7e77f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: go mod tidy
- run: go get
- run: go generate ./...
- run: go test -v -race -cover ./...
- run: go test -v -cover ./...

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7e77f3a

Please sign in to comment.