We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5dab5 commit a12ae5bCopy full SHA for a12ae5b
1 file changed
tests/myproj/Taskfile.yml
@@ -14,11 +14,11 @@ tasks:
14
15
test:
16
- task: build
17
- - cd {{.PROJECT_DIR}}/build && ctest -C Debug --verbose
+ - cd {{.PROJECT_DIR}}/build && ctest -C Debug --rerun-failed --output-on-failure
18
19
test.release:
20
- task: build.release
21
- - cd {{.PROJECT_DIR}}/build && ctest -C Release --verbose
+ - cd {{.PROJECT_DIR}}/build && ctest -C Release --rerun-failed --output-on-failure
22
23
build.mingw:
24
cmds:
0 commit comments