mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-23 22:15:47 +00:00
increased timeout to 15 m
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
9eba7d6632
commit
c9dc2480ad
2
.github/workflows/audit.yaml
vendored
2
.github/workflows/audit.yaml
vendored
@ -214,6 +214,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pushd ${{ matrix.directory }}
|
pushd ${{ matrix.directory }}
|
||||||
# Exclude generated .pb.go and .pb.gw.go files from test and coverage
|
# Exclude generated .pb.go and .pb.gw.go files from test and coverage
|
||||||
go test -coverprofile cover.out -race -vet=off -v $(go list ./... | grep -v types)
|
go test -coverprofile cover.out -race -vet=off -timeout 15m -v $(go list ./... | grep -v types)
|
||||||
# Print coverage by function
|
# Print coverage by function
|
||||||
go tool cover -func=cover.out
|
go tool cover -func=cover.out
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user