Skip to content

Commit

Permalink
no-build in test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
SignalRT authored Oct 25, 2023
1 parent 269d614 commit dc3f0b9
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 @@ -43,7 +43,7 @@ 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" --diag:logs/log.txt
run: dotnet test LLamaSharp.sln -c ${{ matrix.config }} --no-build -l "console;verbosity=detailed" --diag:logs/log.txt
- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit dc3f0b9

Please sign in to comment.