run all ci tests

Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W. Schulz
2023-10-31 11:08:15 -04:00
parent d0c663485f
commit c15ec38eca
+2
View File
@@ -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'