CI: Fixed typo

My high level of competence is very arguable.
This commit is contained in:
diamondburned 2020-10-31 17:29:59 -07:00
parent 29c69c8ffe
commit 06fbcfcfd1
1 changed files with 1 additions and 1 deletions

View File

@ -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"
]
},