Skip to content

Commit

Permalink
Add benchmark to script
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Sep 20, 2018
1 parent b06e41f commit c70c193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/04_RunTests.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dotnet test "%~dp0/../src\NJsonSchema.Benchmark\NJsonSchema.Benchmark.csproj" -c Release || goto :error
dotnet test "%~dp0/../src\NJsonSchema.Tests\NJsonSchema.Tests.csproj" -c Release || goto :error
dotnet test "%~dp0/../src\NJsonSchema.CodeGeneration.Tests\NJsonSchema.CodeGeneration.Tests.csproj" -c Release || goto :error
dotnet test "%~dp0/../src\NJsonSchema.CodeGeneration.CSharp.Tests\NJsonSchema.CodeGeneration.CSharp.Tests.csproj" -c Release || goto :error
Expand Down

0 comments on commit c70c193

Please sign in to comment.