mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-27 09:12:53 +00:00
CI: Fixed invalid unit test command
This commit is contained in:
parent
3fdf2f076f
commit
834a9d6104
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue