Skip to content

Commit

Permalink
Try single test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Oct 3, 2024
1 parent 4767bc6 commit ff80bd1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,4 @@ jobs:
- name: Build
run: msbuild Elmah.Io.Client.sln /t:Build /p:Configuration=Release
- name: Test
run: |
dotnet vstest test\Elmah.Io.Client.Test\bin\Release\net45\Elmah.Io.Client.Test.dll
dotnet vstest test\Elmah.Io.Client.Test\bin\Release\net46\Elmah.Io.Client.Test.dll
dotnet vstest test\Elmah.Io.Client.Test\bin\Release\net461\Elmah.Io.Client.Test.dll
run: dotnet vstest test\Elmah.Io.Client.Test\bin\Release\net461\Elmah.Io.Client.Test.dll

0 comments on commit ff80bd1

Please sign in to comment.