Skip to content

Commit 7a3001c

Browse files
committed
tests : add gh label to vad-test
This commit adds the `gh` label to the VAD tests in the CMakeLists.txt file so that it is run in github actions.
1 parent 5c2d57c commit 7a3001c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ add_executable(${VAD_TEST} ${VAD_TEST}.cpp)
9494
target_include_directories(${VAD_TEST} PRIVATE ../include ../ggml/include ../examples)
9595
target_link_libraries(${VAD_TEST} PRIVATE common)
9696
add_test(NAME ${VAD_TEST} COMMAND ${VAD_TEST})
97-
set_tests_properties(${VAD_TEST} PROPERTIES LABELS "unit")
97+
set_tests_properties(${VAD_TEST} PROPERTIES LABELS "unit;gh")
9898

9999
# VAD test full uses whisper_full with VAD enabled
100100
set(VAD_TEST test-vad-full)

0 commit comments

Comments
 (0)