1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-01-20 19:47:12 +00:00

CI: Fixed invalid unit test command

This commit is contained in:
diamondburned 2020-10-31 12:04:55 -07:00
parent 63310fdc95
commit bbd4e57cb1

View file

@ -30,7 +30,7 @@
"variables": [ "$BOT_TOKEN" ]
},
"script": [
"go test -coverprofile -race -v $COV ./...",
"go test -coverprofile #COV -race -v ./...",
"go tool cover -func $COV"
]
},