Skip to content
Snippets Groups Projects
Verified Commit 93ddb945 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Enable --output-on-failure for CI tests

parent 5922d577
No related branches found
No related tags found
1 merge request!12Resolve "Execute RPCs tests in CI"
...@@ -51,7 +51,7 @@ rpc: ...@@ -51,7 +51,7 @@ rpc:
- compiled/bin/scord -f --force-console & - compiled/bin/scord -f --force-console &
- build/examples/cxx/ADM_ping ofi+tcp://127.0.0.1:52000 - build/examples/cxx/ADM_ping ofi+tcp://127.0.0.1:52000
- cd build/examples/ - cd build/examples/
- ctest -j$(nproc) - ctest -j$(nproc) --output-on-failure --output-junit report.xml
- pkill -TERM scord - pkill -TERM scord
# run unit tests # run unit tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment