1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-05-06 14:04:13 +00:00

CI: Fixed invalid unit test command

This commit is contained in:
diamondburned 2020-10-31 12:04:55 -07:00
parent 3fdf2f076f
commit 834a9d6104

View file

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