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:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user