Verified Commit 62e71978 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Generate `report.xml` for rpc tests

parent e1925c50
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -53,6 +53,12 @@ rpc:
    - cd build/examples/
    - ctest -j$(nproc) --output-on-failure --output-junit report.xml
    - pkill -TERM scord
  artifacts:
    expire_in: 1 week
    paths:
      - build/tests/report.xml
    reports:
      junit: build/tests/report.xml

# run unit tests
unit: