mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-07-30 19:50:49 -04:00
Test: fix race issue (#598)
other "race" problems are only in the test, and so I deleted the detection
This commit is contained in:
@@ -34,4 +34,4 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Test
|
||||
run: go test -v -race -timeout 1h ./...
|
||||
run: go test -v -timeout 1h ./...
|
||||
Reference in New Issue
Block a user