1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-22 05:29:14 -04:00

fix adding timeout=30m to go test

This commit is contained in:
Shelikhoo
2025-07-03 17:58:49 +01:00
parent ac68bb34da
commit 58f836c139

View File

@@ -47,7 +47,7 @@ jobs:
run: |
export PATH=$(go env GOPATH)/bin:${PATH}
go install -v github.com/ory/go-acc@latest
go-acc -timeout=30m --covermode=atomic -o=coverage.txt ./...
go-acc --covermode=atomic -o=coverage.txt ./... -- -timeout=30m
shell: bash
- name: Upload codecov