include ENABLE_TESTS=ON for profile tests

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


[ROCm/rocprofiler-compute commit: c31ecf2a90]
This commit is contained in:
Karl W Schulz
2024-06-03 17:08:48 -05:00
rodzic 148439190b
commit f3a914adcc
@@ -81,7 +81,7 @@ jobs:
mkdir build
cd build
ml cmake
cmake -DENABLE_COVERAGE=ON -DPYTEST_NUMPROCS=8 ..
cmake -DENABLE_TESTS=ON -DENABLE_COVERAGE=ON -DPYTEST_NUMPROCS=8 ..
- name: Build tests and Run [profile] mode
run: |
cd build