mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-04-01 15:25:26 +00:00
CI: Fixed typo
My high level of competence is very arguable.
This commit is contained in:
parent
29c69c8ffe
commit
06fbcfcfd1
|
@ -30,7 +30,7 @@
|
||||||
"variables": [ "$BOT_TOKEN" ]
|
"variables": [ "$BOT_TOKEN" ]
|
||||||
},
|
},
|
||||||
"script": [
|
"script": [
|
||||||
"go test -coverprofile #COV -race -v ./...",
|
"go test -coverprofile $COV -race -v ./...",
|
||||||
"go tool cover -func $COV"
|
"go tool cover -func $COV"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue