1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-10-04 00:29:04 +00:00

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 a46d3c2c8d
commit abd5bba9c3

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