run all ci tests

Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: c15ec38eca]
Este commit está contenido en:
Karl W. Schulz
2023-10-31 11:08:15 -04:00
padre dc8ccadac8
commit e8fa3e3510
@@ -39,11 +39,13 @@ jobs:
ml cmake
ctest --verbose -R test_profiler_general
- name: Run [analyze] mode
if: '!cancelled()'
run: |
cd build
ml cmake
srun -N 1 -J omniperf -p ci -t 00:25:00 ctest --verbose -R test_analyze_commands
- name: Pytest coverage comment
if: '!cancelled()'
uses: MishaKav/pytest-coverage-comment@v1.1.48
with:
pytest-xml-coverage-path: 'tests/coverage.xml'