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