Skip to content

Commit

Permalink
Don't rebuild for accuracy report
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam committed May 22, 2024
1 parent cb1045b commit a63348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
Target(Test, DependsOn(BuildSln), () =>
{
Run("dotnet", "test tests/Lingua.Tests -c Release --no-build --verbosity normal");
Run("dotnet", "test tests/Lingua.Tests -c Release --no-build --verbosity normal");
});
Target(Report, DependsOn(CleanReportOutput, BuildSln), () =>
Expand Down

0 comments on commit a63348d

Please sign in to comment.