Skip to content

Commit 03941cb

Browse files
committed
fix
1 parent 67c7cbd commit 03941cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ partial class Build : NukeBuild
3131
/// - Microsoft VisualStudio https://nuke.build/visualstudio
3232
/// - Microsoft VSCode https://nuke.build/vscode
3333

34-
public static int Main() => Execute<Build>(x => x.Compile);
34+
public static int Main() => Execute<Build>(x => x.Test);
3535

3636
[CI] readonly GitHubActions GitHubActions;
3737

0 commit comments

Comments
 (0)