Change summary
Taskfile.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Detailed changes
@@ -56,7 +56,7 @@ tasks:
desc: Run build
cmds:
- task: build
- - "./crush {{.CLI_ARGS}} {{if .RACE}}2>race.log{{end}}"
+ - "./crush{{exeExt}} {{.CLI_ARGS}} {{if .RACE}}2>race.log{{end}}"
run:catwalk:
desc: Run build with local Catwalk
@@ -64,7 +64,7 @@ tasks:
CATWALK_URL: http://localhost:8080
cmds:
- task: build
- - ./crush {{.CLI_ARGS}}
+ - ./crush{{exeExt}} {{.CLI_ARGS}}
run:onboarding:
desc: Run build with custom config to test onboarding
@@ -74,7 +74,7 @@ tasks:
cmds:
- task: build
- rm -rf tmp/onboarding
- - ./crush {{.CLI_ARGS}}
+ - ./crush{exeExt} {{.CLI_ARGS}}
test:
desc: Run tests