Skip to content

Commit

Permalink
do tests always
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jun 25, 2024
1 parent 5ec25ee commit 37cc623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void RemoveDirectory(string d)
}
);

Target(PACK, DependsOn(BUILD), () => RunAsync("dotnet", "pack Speckle.DoubleNumerics.sln -c Release -o output --no-build"));
Target(PACK, DependsOn(TEST), () => RunAsync("dotnet", "pack Speckle.DoubleNumerics.sln -c Release -o output --no-build"));

Target("default", DependsOn(FORMAT, TEST), () => Console.WriteLine("Done!"));

Expand Down

0 comments on commit 37cc623

Please sign in to comment.