Skip to content

Commit

Permalink
CI: run tests with ctest --output-on-failure (rr-debugger#3046)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jan 20, 2022
1 parent a14a8a9 commit e08aae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ steps:
echo "--- Test"
mkdir -p Testing/Temporary
mv ../.buildkite/CTestCostData.txt Testing/Temporary
ctest -j8
ctest --output-on-failure -j8

0 comments on commit e08aae8

Please sign in to comment.