Skip to content

Commit

Permalink
test: output failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Sep 18, 2024
1 parent bf5dab5 commit a12ae5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/myproj/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ tasks:

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

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

build.mingw:
cmds:
Expand Down

0 comments on commit a12ae5b

Please sign in to comment.