mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-03-15 10:55:21 -04:00
Test: add race detector
ref: https://golang.org/doc/articles/race_detector.html
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -34,4 +34,4 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Test
|
||||
run: go test -timeout 1h -v ./...
|
||||
run: go test -v -race -timeout 1h ./...
|
||||
Reference in New Issue
Block a user