Added extra diagnostics to test runner

This commit is contained in:
Martin Evans 2023-10-25 16:22:40 +01:00
parent 666455d144
commit b4e57f7966
1 changed files with 6 additions and 1 deletions

View File

@ -52,4 +52,9 @@ jobs:
- name: Build
run: dotnet build LLamaSharp.sln -c ${{ matrix.config }} --no-restore
- name: Test
run: dotnet test LLamaSharp.sln -c ${{ matrix.config }} -l "console;verbosity=detailed"
run: dotnet test LLamaSharp.sln -c ${{ matrix.config }} -l "console;verbosity=detailed" --diag:logs/log.txt
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: logs/
name: logs