include ENABLE_TESTS=ON for profile tests

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
Dieser Commit ist enthalten in:
Karl W Schulz
2024-06-03 17:08:48 -05:00
Ursprung 90ff4bf575
Commit c31ecf2a90
+1 -1
Datei anzeigen
@@ -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