mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-30 18:53:30 +00:00
CI: Reduce test output verbosity
This commit is contained in:
parent
c6679dc52c
commit
56d18a8972
|
@ -31,7 +31,7 @@
|
|||
"variables": [ "$BOT_TOKEN" ]
|
||||
},
|
||||
"script": [
|
||||
"go test -coverprofile $COV -race -v ./...",
|
||||
"go test -coverprofile $COV -race ./...",
|
||||
"go tool cover -func $COV"
|
||||
]
|
||||
},
|
||||
|
@ -47,7 +47,7 @@
|
|||
"go get ./...",
|
||||
# Test this package along with dismock.
|
||||
"go get $dismock@$dismock_v",
|
||||
"go test -coverpkg $tested -coverprofile $COV -tags integration -race -v ./... $dismock",
|
||||
"go test -coverpkg $tested -coverprofile $COV -tags integration -race ./... $dismock",
|
||||
"go mod tidy",
|
||||
"go tool cover -func $COV"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue