mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-03-22 18:09:21 +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" ]
|
||||
},
|
||||
"script": [
|
||||
"go test -coverprofile #COV -race -v ./...",
|
||||
"go test -coverprofile $COV -race -v ./...",
|
||||
"go tool cover -func $COV"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue