diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20c5474a2..48660224b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,11 +38,11 @@ jobs: - name: Restore packages run: dotnet restore LLamaSharp.sln - name: Test - run: dotnet test -c ${{ matrix.config }} --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}" - - name: Upload dotnet test results - uses: actions/upload-artifact@v3 - with: - name: dotnet-results-${{ matrix.dotnet-version }} - path: TestResults-${{ matrix.dotnet-version }} + run: dotnet test LLamaSharp.sln -c ${{ matrix.config }} -l "console;verbosity=detailed" + # - name: Upload dotnet test results + # uses: actions/upload-artifact@v3 + # with: + # name: dotnet-results-${{ matrix.dotnet-version }} + # path: TestResults-${{ matrix.dotnet-version }}