We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2d57c commit 7a3001cCopy full SHA for 7a3001c
tests/CMakeLists.txt
@@ -94,7 +94,7 @@ add_executable(${VAD_TEST} ${VAD_TEST}.cpp)
94
target_include_directories(${VAD_TEST} PRIVATE ../include ../ggml/include ../examples)
95
target_link_libraries(${VAD_TEST} PRIVATE common)
96
add_test(NAME ${VAD_TEST} COMMAND ${VAD_TEST})
97
-set_tests_properties(${VAD_TEST} PROPERTIES LABELS "unit")
+set_tests_properties(${VAD_TEST} PROPERTIES LABELS "unit;gh")
98
99
# VAD test full uses whisper_full with VAD enabled
100
set(VAD_TEST test-vad-full)
0 commit comments