Test: fix race issue (#598)

other "race" problems are only in the test, and so I deleted the detection
This commit is contained in:
Kslr
2021-01-11 20:50:58 +08:00
committed by GitHub
parent 9f8cb8bc8b
commit 795a3f632d
4 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -34,4 +34,4 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: go test -v -race -timeout 1h ./...
run: go test -v -timeout 1h ./...