ci: add debug info.

This commit is contained in:
Yaohui Liu 2023-08-06 14:08:33 +08:00
parent a59160a5cb
commit f16db72841
No known key found for this signature in database
GPG Key ID: E86D01E1809BD23E
1 changed files with 1 additions and 1 deletions

View File

@ -52,4 +52,4 @@ jobs:
- name: Build - name: Build
run: dotnet build LLamaSharp.sln -c ${{ matrix.config }} --no-restore run: dotnet build LLamaSharp.sln -c ${{ matrix.config }} --no-restore
- name: Test - name: Test
run: dotnet test LLamaSharp.sln -c ${{ matrix.config }} run: otool -L ./LLama.Unittest/bin/Debug/net6.0/libllama.dylib; dotnet test LLamaSharp.sln -c ${{ matrix.config }}