testing with coverage disabled

Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W. Schulz
2024-01-04 14:53:38 -06:00
parent 6bf8ad816e
commit 69e2bacce6
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
mkdir build
cd build
ml cmake
cmake -DENABLE_COVERAGE=ON ..
cmake -DENABLE_COVERAGE=OFF ..
- name: Create HIP binary (vcopy)
run: hipcc -o tests/vcopy ./sample/vcopy.cpp
- name: Run [profile] mode