test(dredd): fix hooks binary name for windows

This commit is contained in:
Denis Gukov 2021-10-26 21:14:08 +05:00
parent 64e16e2c80
commit 7e92b8c2ee

View File

@ -117,7 +117,7 @@ tasks:
compile:api:hooks:
dir: ./.dredd/hooks
cmds:
- go build -o ../compiled_hooks
- go build -o ../compiled_hooks{{ if eq OS "windows" }}.exe{{ end }}
build:
desc: Build a full set of release binaries and packages