Skip to content

Commit

Permalink
ci: update ci content.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakusaRinne committed Aug 6, 2023
1 parent 5fe13bd commit a59160a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Build
run: dotnet build LLamaSharp.sln -c ${{ matrix.config }} --no-restore
- name: Test
run: ls ./LLama.Unittest/bin/Debug/net6.0; ldd -r libllama.so; dotnet test LLamaSharp.sln -c ${{ matrix.config }}
run: dotnet test LLamaSharp.sln -c ${{ matrix.config }}

0 comments on commit a59160a

Please sign in to comment.