Skip to content

Commit

Permalink
test raygun.blazor only
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Nov 22, 2024
1 parent 2368148 commit aedb026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Build Raygun.Blazor
working-directory: ./src
run: dotnet build Raygun.Blazor/Raygun.Blazor.csproj
- name: Test
- name: Test Raygun.Blazor
working-directory: ./src
run: dotnet test
run: dotnet test Raygun.Blazor.Tests/Raygun.Blazor.Tests.csproj

0 comments on commit aedb026

Please sign in to comment.