mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-11-26 06:07:16 +00:00
CI: Fixed invalid unit test command
This commit is contained in:
parent
63310fdc95
commit
bbd4e57cb1
|
|
@ -30,7 +30,7 @@
|
||||||
"variables": [ "$BOT_TOKEN" ]
|
"variables": [ "$BOT_TOKEN" ]
|
||||||
},
|
},
|
||||||
"script": [
|
"script": [
|
||||||
"go test -coverprofile -race -v $COV ./...",
|
"go test -coverprofile #COV -race -v ./...",
|
||||||
"go tool cover -func $COV"
|
"go tool cover -func $COV"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue