Skip to content

Commit

Permalink
Adding additional test output on failures
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Apr 13, 2023
1 parent 34444d2 commit d106e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run:
name: "Test"
command: |
ctest --test-dir build
ctest --test-dir build --rerun-failed --output-on-failure
kitchen-sink-job:
# Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/configuration-reference/#executor-job
Expand Down Expand Up @@ -95,4 +95,4 @@ workflows:
- vanilla-job
- kitchen-sink-job
# - cuda-job

0 comments on commit d106e78

Please sign in to comment.