File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,8 @@ jobs:
212
212
export CC=/opt/homebrew/opt/llvm/bin/clang
213
213
# Used to run the newer GNUMake version from brew that supports --output-sync
214
214
export PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH"
215
- PATH="$PATH:$HOME/go/bin" BUILD_TYPE="GITHUB_CI_HAS_BROKEN_METAL" CMAKE_ARGS="-DGGML_F16C=OFF -DGGML_AVX512=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF" make --jobs 4 --output-sync=target protogen-go test
215
+ PATH="$PATH:$HOME/go/bin" make protogen-go
216
+ PATH="$PATH:$HOME/go/bin" BUILD_TYPE="GITHUB_CI_HAS_BROKEN_METAL" CMAKE_ARGS="-DGGML_F16C=OFF -DGGML_AVX512=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF" make --jobs 4 --output-sync=target test
216
217
- name : Setup tmate session if tests fail
217
218
if : ${{ failure() }}
218
219
Original file line number Diff line number Diff line change @@ -337,6 +337,7 @@ var _ = Describe("API test", func() {
337
337
config .WithContext (c ),
338
338
config .WithGalleries (galleries ),
339
339
config .WithModelPath (modelDir ),
340
+ config .WithBackendsPath (backendAssetsDir ),
340
341
config .WithApiKeys ([]string {apiKey }),
341
342
config .WithBackendAssets (backendAssets ),
342
343
config .WithBackendAssetsOutput (backendAssetsDir ))... )
@@ -540,6 +541,7 @@ var _ = Describe("API test", func() {
540
541
append (commonOpts ,
541
542
config .WithContext (c ),
542
543
config .WithGeneratedContentDir (tmpdir ),
544
+ config .WithBackendsPath (backendAssetsDir ),
543
545
config .WithGalleries (galleries ),
544
546
config .WithModelPath (modelDir ),
545
547
config .WithBackendAssets (backendAssets ),
You can’t perform that action at this time.
0 commit comments