Skip to content

Commit a12ae5b

Browse files
committed
test: output failed test
1 parent bf5dab5 commit a12ae5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/myproj/Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ tasks:
1414

1515
test:
1616
- task: build
17-
- cd {{.PROJECT_DIR}}/build && ctest -C Debug --verbose
17+
- cd {{.PROJECT_DIR}}/build && ctest -C Debug --rerun-failed --output-on-failure
1818

1919
test.release:
2020
- task: build.release
21-
- cd {{.PROJECT_DIR}}/build && ctest -C Release --verbose
21+
- cd {{.PROJECT_DIR}}/build && ctest -C Release --rerun-failed --output-on-failure
2222

2323
build.mingw:
2424
cmds:

0 commit comments

Comments
 (0)