72
72
id : cmake_test
73
73
run : |
74
74
cd build
75
- ctest --verbose --timeout 900
75
+ ctest -L main - -verbose --timeout 900
76
76
77
77
ubuntu-latest-cmake-sanitizer :
78
78
runs-on : ubuntu-latest
@@ -107,7 +107,7 @@ jobs:
107
107
id : cmake_test
108
108
run : |
109
109
cd build
110
- ctest --verbose --timeout 900
110
+ ctest -L main - -verbose --timeout 900
111
111
112
112
ubuntu-latest-cmake-mpi :
113
113
runs-on : ubuntu-latest
@@ -141,7 +141,7 @@ jobs:
141
141
id : cmake_test
142
142
run : |
143
143
cd build
144
- ctest --verbose
144
+ ctest -L main - -verbose
145
145
146
146
# TODO: build with LLAMA_NO_METAL because test-backend-ops fail on "Apple Paravirtual device" and I don't know
147
147
# how to debug it.
@@ -202,7 +202,7 @@ jobs:
202
202
id : cmake_test
203
203
run : |
204
204
cd build
205
- ctest --verbose --timeout 900
205
+ ctest -L main - -verbose --timeout 900
206
206
207
207
macOS-latest-cmake-ios :
208
208
runs-on : macos-latest
@@ -394,7 +394,7 @@ jobs:
394
394
if : ${{ matrix.build != 'clblast' && (matrix.build != 'avx512' || env.HAS_AVX512F == '1') }} # not all machines have native AVX-512
395
395
run : |
396
396
cd build
397
- ctest -C Release --verbose --timeout 900
397
+ ctest -L main - C Release --verbose --timeout 900
398
398
399
399
- name : Test (Intel SDE)
400
400
id : cmake_test_sde
@@ -406,7 +406,7 @@ jobs:
406
406
7z x "-o${env:RUNNER_TEMP}" $env:RUNNER_TEMP/sde.tar
407
407
$sde = $(join-path $env:RUNNER_TEMP sde-external-${env:SDE_VERSION}-win/sde.exe)
408
408
cd build
409
- & $sde -future -- ctest -C Release --verbose --timeout 900
409
+ & $sde -future -- ctest -L main - C Release --verbose --timeout 900
410
410
411
411
- name : Determine tag name
412
412
id : tag
0 commit comments